Download outline map of Garfield (geojson format) :
Garfield.geojson (**)
Download polygon array of Garfield map for "Google Maps" :
Garfield.txt
Bounding Box for Garfield Map : ( 37.535573 , -112.689222 , 38.153982 , -109.927188 )
Wikipedia ID for Garfield : Q26740
Wikipedia SPARQL Query for Garfield (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q26740 wdt:P1082 ?population. }
OPTIONAL { wd:Q26740 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q26740 wdt:P2046 ?area. }
OPTIONAL { wd:Q26740 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q26740 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q26740 p:P625 ?coordinate.
?coordinate psv:P625 ?coordinate_node.
?coordinate_node wikibase:geoLatitude ?latitude.
?coordinate_node wikibase:geoLongitude ?longitude.
}
}
Run this SPARQL Query on Wikidata Page (Click RUN button on the opened page!)
Run this Query with SPARQL API
Get Boundaries from overpass-turbo (OSM) with boundary box of Garfield map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.535573, -112.689222, 38.153982, -109.927188);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Garfield)
[out:json];
(
rel["name"="Garfield"][type=boundary];
rel["name:en"="Garfield"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Garfield
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Antimony | 38.101967 , -111.983469 |
Bear Valley Junction | 37.965250 , -112.412430 |
Bone Valley | 38.125530 , -112.402710 |
Boulder | 37.922807 , -111.431842 |
Boulder Town | 37.908320 , -111.422950 |
Bryce Canyon | 37.628320 , -112.167690 |
Bryce Canyon City | 37.681791 , -112.159379 |
Cannonville | 37.575022 , -112.055735 |
Eggnog | 37.772490 , -110.845430 |
Escalante | 37.763486 , -111.600616 |
Hatch | 37.648867 , -112.438444 |
Henrieville | 37.564757 , -112.001167 |
Hillsdale | 37.719150 , -112.382150 |
Juniper Park Resort | 37.713310 , -112.622440 |
Lake View Resort | 37.716090 , -112.622160 |
Osiris | 38.022210 , -111.961580 |
Panguitch | 37.824737 , -112.436644 |
Panguitch Lake Resort | 37.708030 , -112.641600 |
Rubys Inn | 37.677163 , -112.114330 |
Three Forks | 37.991380 , -110.495140 |
Ticaboo | 37.674990 , -110.696530 |
Tropic | 37.630198 , -112.090288 |
Widtsoe | 37.832210 , -111.995470 |
Widtsoe Junction | 37.831100 , -112.002690 |
Notes:
- You can download geometry data for Garfield in various formats (Geojson,KML,GPX,raw OSM data) by clicking export button on the overpass-turbo
- You can freely use the jpeg type map images you created on the "map cropping" page or downloaded from the "samples" pages.
- (**)
Terms of Use for downloaded geojson files.