GeoJson:MiyoshiInfluence: Difference between revisions

From Jcastle.info
(Created page with "{ "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "title": "Yamashiro Province", "stroke": "#555555", "stroke-width": 2, "stroke-opacity": 1, "fill": "#ff7800", "fill-opacity": 0.3 }, "geometry": { "type": "Polygon", "coordinates": [ [ [135.6, 35.0], [135.8, 35.0], [135.8, 34.9], [135.6, 34.9], [135.6, 35.0]...")
 
(Replaced content with "{ "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "title": "Pennsyl Station", "description": "" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 36.9375, 97.465104 ],...")
Tag: Replaced
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{
{
  "type": "FeatureCollection",
    "type": "FeatureCollection",
  "features": [
    "features": [
    {
        {
      "type": "Feature",
            "type": "Feature",
      "properties": {
            "properties": {
        "title": "Yamashiro Province",
                "title": "Pennsyl Station",
        "stroke": "#555555",
                "description": ""
        "stroke-width": 2,
            },
        "stroke-opacity": 1,
            "geometry": {
         "fill": "#ff7800",
                "type": "Polygon",
        "fill-opacity": 0.3
                "coordinates": [
      },
                    [
      "geometry": {
                        [
        "type": "Polygon",
                            36.9375,
        "coordinates": [
                            97.465104
          [
                        ],
            [135.6, 35.0], [135.8, 35.0], [135.8, 34.9],
                        [
             [135.6, 34.9], [135.6, 35.0]
                            36.9375,
          ]
                            99.558854
         ]
                        ],
      }
                        [
     }
                            40.8125,
  ]
                            99.558854
                        ],
                        [
                            40.8125,
                            97.465104
                        ],
                        [
                            36.9375,
                            97.465104
                        ]
                    ]
                ]
            }
         },
        {
            "type": "Feature",
            "properties": {},
            "geometry": {
                "type": "Point",
                "coordinates": [
                    41.0625,
                    93.496354
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Station name",
                "description": "And a fancy description"
            },
             "geometry": {
                "type": "Point",
                "coordinates": [
                    55.375,
                    93.652604
                ]
            }
         }
     ]
}
}

Latest revision as of 19:16, 25 August 2025

{

   "type": "FeatureCollection",
   "features": [
       {
           "type": "Feature",
           "properties": {
               "title": "Pennsyl Station",
               "description": ""
           },
           "geometry": {
               "type": "Polygon",
               "coordinates": [
                   [
                       [
                           36.9375,
                           97.465104
                       ],
                       [
                           36.9375,
                           99.558854
                       ],
                       [
                           40.8125,
                           99.558854
                       ],
                       [
                           40.8125,
                           97.465104
                       ],
                       [
                           36.9375,
                           97.465104
                       ]
                   ]
               ]
           }
       },
       {
           "type": "Feature",
           "properties": {},
           "geometry": {
               "type": "Point",
               "coordinates": [
                   41.0625,
                   93.496354
               ]
           }
       },
       {
           "type": "Feature",
           "properties": {
               "title": "Station name",
               "description": "And a fancy description"
           },
           "geometry": {
               "type": "Point",
               "coordinates": [
                   55.375,
                   93.652604
               ]
           }
       }
   ]

}