GeoJson:MiyoshiInfluence

From Jcastle.info
Revision as of 18:07, 25 August 2025 by Eric (talk | contribs) (Eric moved page Data:MiyoshiInfluence to GeoJson:MiyoshiInfluence without leaving a redirect)

{

 "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]
         ]
       ]
     }
   }
 ]

}