Download outline map of Union (geojson format) :
Union.geojson (**)
Download polygon array of Union map for "Google Maps" :
Union.txt
Bounding Box for Union Map : ( 35.739274 , -104.009118 , 37.000293 , -103.001964 )
Wikipedia ID for Union : Q485020
Wikipedia SPARQL Query for Union (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q485020 wdt:P1082 ?population. }
OPTIONAL { wd:Q485020 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q485020 wdt:P2046 ?area. }
OPTIONAL { wd:Q485020 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q485020 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q485020 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 Union map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.739274, -104.009118, 37.000293, -103.001964);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Union)
[out:json];
(
rel["name"="Union"][type=boundary];
rel["name:en"="Union"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Union
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Atencio | 36.771410 , -103.125770 |
Beenham | 36.214480 , -103.634400 |
Capulin | 36.744621 , -103.995742 |
Centerville | 35.797540 , -103.089940 |
Centerville Corner | 35.796710 , -103.126890 |
Clayton | 36.443572 , -103.158103 |
Des Moines | 36.762505 , -103.835722 |
Folsom | 36.848289 , -103.918601 |
Gladstone | 36.304750 , -103.973030 |
Grenville | 36.593066 , -103.613416 |
Guy | 36.814470 , -103.432450 |
Hayden | 35.968370 , -103.271610 |
McNees Crossing | 36.691690 , -103.062710 |
Miera | 36.091140 , -103.552180 |
Moses | 36.712250 , -103.060210 |
Mount Dora | 36.519470 , -103.489120 |
Old Moses | 36.683910 , -103.077710 |
Pennington | 36.305310 , -103.633290 |
Royce | 36.486970 , -103.313280 |
Sedan | 36.144480 , -103.130490 |
Seneca | 36.628360 , -103.126600 |
Sofia | 36.451690 , -103.829130 |
Thomas | 36.245590 , -103.292440 |
Notes:
- You can download geometry data for Union 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.