diff options
Diffstat (limited to 'main/widgets.py')
-rw-r--r-- | main/widgets.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/widgets.py b/main/widgets.py index 53f365a..8e6bd19 100644 --- a/main/widgets.py +++ b/main/widgets.py @@ -96,7 +96,7 @@ init();""" if value: tpl += '''var mylonlat = new OpenLayers.LonLat(%f,%f); putMarker(mylonlat.transform(epsg_display_projection, - map.getProjectionObject()).clone()); + map.getProjectionObject()).clone(), true); ''' % (value_x, value_y) tpl += """// --></script> <hr class='spacer'/> |