Last active
February 14, 2025 17:39
-
-
Save jorgevilaca82/50ab8a2f07b33e655d18702b6bf86ef9 to your computer and use it in GitHub Desktop.
Revisions
-
jorgevilaca82 revised this gist
Feb 14, 2025 . 1 changed file with 277 additions and 32 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,34 +1,279 @@ { "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "name": "Escola Adventista Natal" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -35.209082450443105, -5.791255301826822 ], [ -35.2091468391494, -5.791258448892809 ], [ -35.20921060775938, -5.79126785978291 ], [ -35.20927314214854, -5.791283443865418 ], [ -35.209333840078415, -5.791305051057603 ], [ -35.20939211699642, -5.791332473271069 ], [ -35.20944741166532, -5.791365446415735 ], [ -35.20949919156827, -5.791403652943132 ], [ -35.2095469580371, -5.791446724904541 ], [ -35.20959025105481, -5.791494247494486 ], [ -35.20962865368578, -5.791545763045514 ], [ -35.20966179609105, -5.791600775435723 ], [ -35.20968935909012, -5.791658754866669 ], [ -35.2097110772349, -5.791719142965557 ], [ -35.209726741366104, -5.791781358162664 ], [ -35.20973620062771, -5.791844801292135 ], [ -35.20973936391979, -5.791908861362259 ], [ -35.20973620077599, -5.7919729214396485 ], [ -35.20972674165697, -5.792036364590635 ], [ -35.20971107765717, -5.792098579822682 ], [ -35.20968935962757, -5.792158967968592 ], [ -35.209661796723026, -5.792216947456831 ], [ -35.209628654388, -5.7922719599124095 ], [ -35.20959025180028, -5.7923234755343636 ], [ -35.20954695879717, -5.792370998198072 ], [ -35.209499192313736, -5.792414070233242 ], [ -35.20944741236754, -5.792452276831569 ], [ -35.20939211762839, -5.792485250041602 ], [ -35.20933384061586, -5.792512672312362 ], [ -35.20927314257081, -5.792534279551568 ], [ -35.20921060805025, -5.7925498636690165 ], [ -35.209146839297674, -5.792559274580634 ], [ -35.209082450443105, -5.792562421653885 ], [ -35.20901806158854, -5.792559274580634 ], [ -35.20895429283596, -5.7925498636690165 ], [ -35.208891758315396, -5.792534279551568 ], [ -35.20883106027035, -5.792512672312362 ], [ -35.20877278325782, -5.792485250041602 ], [ -35.20871748851867, -5.792452276831569 ], [ -35.208665708572475, -5.792414070233242 ], [ -35.20861794208904, -5.792370998198072 ], [ -35.20857464908593, -5.7923234755343636 ], [ -35.20853624649822, -5.7922719599124095 ], [ -35.208503104163185, -5.792216947456831 ], [ -35.208475541258636, -5.792158967968592 ], [ -35.20845382322904, -5.792098579822682 ], [ -35.20843815922924, -5.792036364590635 ], [ -35.20842870011022, -5.7919729214396485 ], [ -35.20842553696642, -5.791908861362259 ], [ -35.2084287002585, -5.791844801292135 ], [ -35.20843815952011, -5.791781358162664 ], [ -35.20845382365131, -5.791719142965557 ], [ -35.20847554179609, -5.791658754866669 ], [ -35.20850310479516, -5.791600775435723 ], [ -35.20853624720043, -5.791545763045514 ], [ -35.2085746498314, -5.791494247494486 ], [ -35.208617942849116, -5.791446724904541 ], [ -35.20866570931794, -5.791403652943132 ], [ -35.20871748922089, -5.791365446415735 ], [ -35.2087727838898, -5.791332473271069 ], [ -35.208831060807796, -5.791305051057603 ], [ -35.208891758737664, -5.791283443865418 ], [ -35.20895429312683, -5.79126785978291 ], [ -35.20901806173681, -5.791258448892809 ], [ -35.209082450443105, -5.791255301826822 ] ] ] }, "id": 0 } ] } -
jorgevilaca82 created this gist
Feb 14, 2025 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,34 @@ { "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "name": "United States" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ -5.791810, -35.209517 ], [ -5.792107, -35.208881 ], [ -5.791683, -35.208671 ], [ -5.791253, -35.209095 ] ] ] } } ] }