Making Vienna's location more accurate

This commit is contained in:
ahocevar
2012-09-29 09:54:34 +02:00
parent 67bc677ecb
commit 2b53481932

View File

@@ -29,7 +29,7 @@ var map = new ol.Map(document.getElementById('map'), {
var vienna = new ol.overlay.Overlay({
map: map,
coordinate: ol.Projection.transformWithCodes(
new ol.Coordinate(16, 48), 'EPSG:4326', 'EPSG:3857'),
new ol.Coordinate(16.3725, 48.208889), 'EPSG:4326', 'EPSG:3857'),
element: document.getElementById('vienna')
});