Download outline map of Goshen (geojson format) :
Goshen.geojson (**)
Download polygon array of Goshen map for "Google Maps" :
Goshen.txt
Bounding Box for Goshen Map : ( 41.564147 , -104.655639 , 42.612007 , -104.052477 )
Wikipedia ID for Goshen : Q338424
Wikipedia SPARQL Query for Goshen (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q338424 wdt:P1082 ?population. }
OPTIONAL { wd:Q338424 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q338424 wdt:P2046 ?area. }
OPTIONAL { wd:Q338424 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q338424 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q338424 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 Goshen map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](41.564147, -104.655639, 42.612007, -104.052477);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Goshen)
[out:json];
(
rel["name"="Goshen"][type=boundary];
rel["name:en"="Goshen"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Goshen
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Cottier | 42.022190 , -104.263560 |
Fonda | 41.840800 , -104.303840 |
Fort Laramie | 42.213414 , -104.517781 |
Hawk Springs | 41.785252 , -104.265083 |
Heldt | 42.000800 , -104.339950 |
Huntley | 41.931621 , -104.144008 |
Jay Em | 42.461360 , -104.369670 |
La Grange | 41.638450 , -104.163003 |
Lingle | 42.138665 , -104.346105 |
Rockeagle | 42.002750 , -104.581630 |
Silver Tip | 41.914690 , -104.266620 |
Torrington | 42.065865 , -104.162111 |
Veteran | 41.962665 , -104.386250 |
Wycross | 41.680530 , -104.189960 |
Yoder | 41.916978 , -104.295389 |
Notes:
- You can download geometry data for Goshen 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.