X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/c9d51fe7b8c915e898d95af57dc2c013b9cf84a0..8b6bb8f21356ce284c7a6ae10c0b60562e7cd482:/lib/template/details-html.php diff --git a/lib/template/details-html.php b/lib/template/details-html.php index eca76c7e..9124d594 100644 --- a/lib/template/details-html.php +++ b/lib/template/details-html.php @@ -74,10 +74,12 @@ body { var proj_map = map.getProjectionObject(); var latlon; var linearRing = new OpenLayers.Geometry.LinearRing(pointList).transform(proj_EPSG4326, proj_map);; var polygonFeature = new OpenLayers.Feature.Vector(new OpenLayers.Geometry.Polygon([linearRing]),null,style);