Last change
on this file since 25364 was
25364,
checked in by Paul Leo, 2 months ago
|
Final (I hope) updates to Hawaii .json files
|
File size:
807 bytes
|
Line | |
---|
1 | { |
---|
2 | "type": "FeatureCollection", |
---|
3 | "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::4269" } }, |
---|
4 | |
---|
5 | "features": [ |
---|
6 | { "type": "Feature", "properties": { "GeoID": "1", "TITLE": "Hawai'i County" }, "geometry": { "type": "Point", "coordinates": [ -155.7, 20.537 ] } }, |
---|
7 | { "type": "Feature", "properties": { "GeoID": "2", "TITLE": "Honolulu County" }, "geometry": { "type": "Point", "coordinates": [ -158.115, 21.966 ] } }, |
---|
8 | { "type": "Feature", "properties": { "GeoID": "3", "TITLE": "Kaua'i County" }, "geometry": { "type": "Point", "coordinates": [ -160, 22.45 ] } }, |
---|
9 | { "type": "Feature", "properties": { "GeoID": "4", "TITLE": "Maui County" }, "geometry": { "type": "Point", "coordinates": [ -156.764, 21.5 ] } } |
---|
10 | ] |
---|
11 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.