Download outline map of Laramie (geojson format) :
Laramie.geojson (**)
Download polygon array of Laramie map for "Google Maps" :
Laramie.txt
Bounding Box for Laramie Map : ( 40.998048 , -105.280675 , 41.656655 , -104.052245 )
Wikipedia ID for Laramie : Q483982
Wikipedia SPARQL Query for Laramie (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q483982 wdt:P1082 ?population. }
OPTIONAL { wd:Q483982 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q483982 wdt:P2046 ?area. }
OPTIONAL { wd:Q483982 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q483982 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q483982 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 Laramie map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](40.998048, -105.280675, 41.656655, -104.052245);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Laramie)
[out:json];
(
rel["name"="Laramie"][type=boundary];
rel["name:en"="Laramie"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Laramie
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Albin | 41.416941 , -104.101549 |
Altvan | 41.123040 , -104.699970 |
Archer | 41.158450 , -104.657703 |
Arcola | 41.100820 , -104.457180 |
Athol | 41.012760 , -104.828300 |
Burns | 41.190871 , -104.359035 |
Carpenter | 41.045607 , -104.364370 |
Cheyenne | 41.145490 , -104.789886 |
Durham | 41.205540 , -104.595800 |
Egbert | 41.169700 , -104.256900 |
Farthing | 41.546370 , -105.215260 |
Fox Farm | 41.112274 , -104.802596 |
Fox Farm-College | 41.112019 , -104.785669 |
Gleason | 41.008320 , -104.874140 |
Granite | 41.099980 , -105.158310 |
Granite Canon | 41.103156 , -105.147399 |
Hecla | 41.157480 , -105.173310 |
Hillsdale | 41.207977 , -104.474390 |
Horse Creek | 41.414980 , -105.182200 |
Iron Mountain | 41.185833 , -104.836435 |
Islay | 41.317760 , -105.135530 |
Lambert | 41.620810 , -105.122200 |
Meriden | 41.543590 , -104.319130 |
Murke | 41.424700 , -105.215260 |
Orchard Valley | 41.096650 , -104.819410 |
Otto | 41.090820 , -105.074970 |
Pine Bluffs | 41.180297 , -104.069189 |
Ranchettes | 41.218422 , -104.772914 |
South Greeley | 41.093508 , -104.806607 |
Speer | 41.054430 , -104.895520 |
Tracy | 41.148320 , -104.158290 |
Tremain | 41.552200 , -104.108840 |
Warren AFB | 41.149161 , -104.862078 |
Warren Air Force Base | 41.149270 , -104.862160 |
Notes:
- You can download geometry data for Laramie 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.