]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/template/details-html.php
Use GB postcode table as definitive source. resort by pressence of search word in...
[nominatim.git] / lib / template / details-html.php
index 9124d594c4c56a82a476189147512ba6e43cfac0..aa27664b307eed944e45637673a589c788d63b34 100644 (file)
@@ -74,11 +74,12 @@ body {
                        var proj_map = map.getProjectionObject();
                        var latlon;
 <?php
                        var proj_map = map.getProjectionObject();
                        var latlon;
 <?php
-if (isset($aPolyPoints)) {
-foreach($aPolyPoints as $aPolyPoint)
+if (isset($aPolyPoints))
 {
 {
-       echo "                        pointList.push(new OpenLayers.Geometry.Point(".$aPolyPoint[1].",".$aPolyPoint[2]."));\n";
-}
+       foreach($aPolyPoints as $aPolyPoint)
+       {
+               echo "                        pointList.push(new OpenLayers.Geometry.Point(".$aPolyPoint[1].",".$aPolyPoint[2]."));\n";
+       }
 }
 ?>
                        var linearRing = new OpenLayers.Geometry.LinearRing(pointList).transform(proj_EPSG4326, proj_map);;
 }
 ?>
                        var linearRing = new OpenLayers.Geometry.LinearRing(pointList).transform(proj_EPSG4326, proj_map);;