Difference between revisions of "Maptest"

From Northumberland Climbing
Jump to navigation Jump to search
Tag: 2017 source edit
Line 1: Line 1:
<mapframe latitude="55.141210" longitude="-1.700134" zoom="4" width="500" height="500" align="left">{
+
<mapframe latitude="55.14121" longitude="-1.700134" zoom="9" width="500" height="500" align="left">{
 
   "type": "FeatureCollection",
 
   "type": "FeatureCollection",
 
   "features": [
 
   "features": [
 +
    {
 +
      "type": "Feature",
 +
      "properties": {},
 +
      "geometry": {
 +
        "type": "Point",
 +
        "coordinates": [
 +
          -1.7871987819671633,
 +
          55.33586348299509
 +
        ]
 +
      }
 +
    },
 +
    {
 +
      "type": "Feature",
 +
      "properties": {},
 +
      "geometry": {
 +
        "type": "Point",
 +
        "coordinates": [
 +
          -1.635771989822388,
 +
          55.419107311075216
 +
        ]
 +
      }
 +
    },
 
     {
 
     {
 
       "type": "Feature",
 
       "type": "Feature",
Line 10: Line 32:
 
           [
 
           [
 
             [
 
             [
               -1.9064283370971682,
+
               -1.9577658176422121,
               55.24923387056621
+
               55.49317567597656
 
             ],
 
             ],
 
             [
 
             [
               -1.6702330112457278,
+
               -2.194454669952393,
               55.182512669631116
+
               55.00118282526441
 
             ],
 
             ],
 
             [
 
             [
               -1.6704046726226807,
+
               -1.1882829666137698,
               55.257366679607124
+
               54.9220369387054
 
             ],
 
             ],
 
             [
 
             [
               -1.821209192276001,
+
               -1.4438974857330324,
               55.300577156000216
+
               55.375477350153645
 
             ],
 
             ],
 
             [
 
             [
               -1.9064283370971682,
+
               -1.9577658176422121,
               55.24923387056621
+
               55.49317567597656
 
             ]
 
             ]
 
           ]
 
           ]

Revision as of 03:46, 6 August 2020

<mapframe latitude="55.14121" longitude="-1.700134" zoom="9" width="500" height="500" align="left">{

 "type": "FeatureCollection",
 "features": [
   {
     "type": "Feature",
     "properties": {},
     "geometry": {
       "type": "Point",
       "coordinates": [
         -1.7871987819671633,
         55.33586348299509
       ]
     }
   },
   {
     "type": "Feature",
     "properties": {},
     "geometry": {
       "type": "Point",
       "coordinates": [
         -1.635771989822388,
         55.419107311075216
       ]
     }
   },
   {
     "type": "Feature",
     "properties": {},
     "geometry": {
       "type": "Polygon",
       "coordinates": [
         [
           [
             -1.9577658176422121,
             55.49317567597656
           ],
           [
             -2.194454669952393,
             55.00118282526441
           ],
           [
             -1.1882829666137698,
             54.9220369387054
           ],
           [
             -1.4438974857330324,
             55.375477350153645
           ],
           [
             -1.9577658176422121,
             55.49317567597656
           ]
         ]
       ]
     }
   }
 ]

}</mapframe>