Changeset 12523 in main
- Timestamp:
- 12/13/16 07:34:55 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
adopters/mt/trunk/src/main/webapps/ibisph-view-content/json/map/GeoRegionLabel.json
r9189 r12523 2 2 "type": "FeatureCollection", 3 3 "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::4269" } }, 4 5 4 "features": [ 6 { "type": "Feature", "properties": { "GeoID": 1, "TITLE": " Northwest Region" }, "geometry": { "type": "Point", "coordinates": [ -108.5, 36.0] } },7 { "type": "Feature", "properties": { "GeoID": 2, "TITLE": "Northeast Region" }, "geometry": { "type": "Point", "coordinates": [ -104.8, 36.25] } },8 { "type": "Feature", "properties": { "GeoID": 3, "TITLE": "Metro Region" }, "geometry": { "type": "Point", "coordinates": [ -106.7, 35.25] } },9 { "type": "Feature", "properties": { "GeoID": 4, "TITLE": "Southeast Region" }, "geometry": { "type": "Point", "coordinates": [ -104.45, 33.45] } },10 { "type": "Feature", "properties": { "GeoID": 5, "TITLE": "Southwest Region" }, "geometry": { "type": "Point", "coordinates": [ -107.45, 33.15] } }5 { "type": "Feature", "properties": { "GeoID": 1, "TITLE": "Eastern" }, "geometry": { "type": "Point", "coordinates": [ -105.97297613679086, 47.192058998248093 ] } }, 6 { "type": "Feature", "properties": { "GeoID": 3, "TITLE": "South Central" }, "geometry": { "type": "Point", "coordinates": [ -108.82657845566466, 46.233806123615679 ] } }, 7 { "type": "Feature", "properties": { "GeoID": 2, "TITLE": "North Central" }, "geometry": { "type": "Point", "coordinates": [ -110.98897732427898, 48.232735256780394 ] } }, 8 { "type": "Feature", "properties": { "GeoID": 5, "TITLE": "Northwest" }, "geometry": { "type": "Point", "coordinates": [ -114.51550435400839, 47.699835217924296 ] } }, 9 { "type": "Feature", "properties": { "GeoID": 4, "TITLE": "Southwest" }, "geometry": { "type": "Point", "coordinates": [ -112.08971305790189, 45.963788667622843 ] } } 11 10 ] 12 11 }
Note: See TracChangeset
for help on using the changeset viewer.