Changes for page Cartography
on 2015/06/02 16:47
on 2015/06/02 17:05
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -52,7 +52,7 @@ 52 52 var pos = item.custGeoPosition; 53 53 54 54 //add the item on the map, at the position specified 55 - layer.points.push({pos:pos }); 55 + layer.points.push({id:station.sysId, pos:pos }); 56 56 } 57 57 map.layers.push(layer); 58 58