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 : ( 45.997813 , -117.863261 , 46.703678 , -117.228758 )
Wikipedia ID for Garfield : Q695782
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:Q695782 wdt:P1082 ?population. }
OPTIONAL { wd:Q695782 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q695782 wdt:P2046 ?area. }
OPTIONAL { wd:Q695782 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q695782 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q695782 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"](45.997813, -117.863261, 46.703678, -117.228758);
);
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) |
Chard | 46.537930 , -117.856880 |
Dodge | 46.524870 , -117.821870 |
Gould City | 46.588210 , -117.577970 |
Houser | 46.501820 , -117.776310 |
Illia | 46.675990 , -117.504350 |
Mayview | 46.630990 , -117.465740 |
Mentor | 46.459040 , -117.472680 |
Pataha | 46.473210 , -117.536570 |
Peola | 46.309040 , -117.482960 |
Ping | 46.664040 , -117.668810 |
Pomeroy | 46.473932 , -117.597194 |
Rose Springs | 46.275150 , -117.554350 |
Stentz Spring | 46.227930 , -117.579070 |
Zumwalt | 46.460980 , -117.684920 |
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.