forked from hans/Nominatim
remove trailing commas in HTML to make IE happy (thanks to TomH)
This commit is contained in:
@@ -290,7 +290,7 @@ form{
|
||||
projection: new OpenLayers.Projection("EPSG:900913"),
|
||||
displayProjection: new OpenLayers.Projection("EPSG:4326"),
|
||||
eventListeners: {
|
||||
"moveend": mapEventMove,
|
||||
"moveend": mapEventMove
|
||||
}
|
||||
} );
|
||||
map.addLayer(new OpenLayers.Layer.OSM.<?php echo CONST_Tile_Default;?>("Default"));
|
||||
|
||||
Reference in New Issue
Block a user