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]...") |
m (Eric moved page Data:MiyoshiInfluence to GeoJson:MiyoshiInfluence without leaving a redirect) |
(No difference)
| |
Revision as of 18:07, 25 August 2025
{
"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]
]
]
}
}
]
}
