Skip to content
Snippets Groups Projects

Features 1.3

Merged Eric Quinton requested to merge feature-1.3 into develop
2 files
+ 3
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -131,6 +131,7 @@ if ( mapIsChange == 1) {
$("#wgs84_y").val(lat);
var lonlat3857 = ol.proj.transform([parseFloat(lon),parseFloat(lat)], 'EPSG:4326', 'EPSG:3857');
point.setCoordinates (lonlat3857);
map.getView().animate({ center : lonlat3857, duration : 2000 });
});
}
Loading