Skip to content

Instantly share code, notes, and snippets.

@mshodge
Created November 6, 2020 08:30
Show Gist options
  • Save mshodge/9155606b2f2ad2c534e695fca0f81995 to your computer and use it in GitHub Desktop.
Save mshodge/9155606b2f2ad2c534e695fca0f81995 to your computer and use it in GitHub Desktop.
GEOJSON for choromap testing REVERSE
Display the source blob
Display the rendered blob
Raw
{"type":"FeatureCollection","features":[{"type":"Feature","properties":{"objectid":"1","pol_id":"US","name":"USA"},"geometry":{"type":"Polygon","coordinates":[[[-116.01562499999999,47.040182144806664],[-108.28125,50.51342652633956],[-79.453125,47.517200697839414],[-81.9140625,31.052933985705163],[-113.203125,36.31512514748051],[-116.01562499999999,47.040182144806664]]]}},{"type":"Feature","properties":{"objectid":"2","pol_id":"EU","name":"Europe"},"geometry":{"type":"Polygon","coordinates":[[[-23.5546875,46.800059446787316],[-34.453125,53.12040528310657],[-24.2578125,68.78414378041504],[35.859375,71.85622888185527],[31.289062500000004,46.31658418182218],[16.5234375,35.746512259918504],[7.03125,39.095962936305476],[-15.468749999999998,33.137551192346145],[-23.5546875,46.800059446787316]]]}}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment