Download outline map of La Plata (geojson format) :
La Plata.geojson (**)
Download polygon array of La Plata map for "Google Maps" :
La Plata.txt
Bounding Box for La Plata Map : ( 36.999015 , -108.381069 , 37.64033 , -107.481424 )
Wikipedia ID for La Plata : Q128096
Wikipedia SPARQL Query for La Plata (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q128096 wdt:P1082 ?population. }
OPTIONAL { wd:Q128096 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q128096 wdt:P2046 ?area. }
OPTIONAL { wd:Q128096 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q128096 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q128096 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 La Plata map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.999015, -108.381069, 37.64033, -107.481424);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (La Plata)
[out:json];
(
rel["name"="La Plata"][type=boundary];
rel["name:en"="La Plata"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of La Plata
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Allison | 37.024450 , -107.488110 |
| Bayfield | 37.235249 , -107.594814 |
| Bondad | 37.045840 , -107.876180 |
| Breen | 37.192500 , -108.077850 |
| Carbon Junction | 37.237500 , -107.866730 |
| Cascade | 37.603330 , -107.762560 |
| Columbus | 37.327780 , -107.630060 |
| Durango | 37.275430 , -107.867792 |
| Falfa | 37.213060 , -107.790900 |
| Florida | 37.215000 , -107.752560 |
| Gem Village | 37.219170 , -107.637280 |
| Grandview | 37.227500 , -107.827010 |
| Hermosa | 37.415280 , -107.835340 |
| Hesperus | 37.286110 , -108.039520 |
| Ignacio | 37.117729 , -107.637460 |
| Kline | 37.144170 , -108.119520 |
| La Boca | 37.011110 , -107.602000 |
| La Posta | 37.125280 , -107.895070 |
| Loma Linda | 37.224170 , -107.795900 |
| Marvel | 37.112500 , -108.126740 |
| Mayday | 37.350550 , -108.076740 |
| Oxford | 37.168890 , -107.714230 |
| Purgatory | 37.324325 , -107.850800 |
| Redmesa | 37.094440 , -108.170350 |
| Rockwood | 37.490830 , -107.802010 |
| Southern Ute | 37.074896 , -107.593309 |
| Tacoma | 37.523610 , -107.782010 |
| Tamarron | 37.328529 , -107.852396 |
| Tiffany | 37.032780 , -107.538110 |
| Trimble | 37.390280 , -107.846460 |
| Tuckerville | 37.467773 , -107.532978 |
| Vallecito | 37.375280 , -107.583950 |
Notes:
- You can download geometry data for La Plata 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.