Download outline map of Lampasas (geojson format) :
Lampasas.geojson (**)
Download polygon array of Lampasas map for "Google Maps" :
Lampasas.txt
Bounding Box for Lampasas Map : ( 31.029426 , -98.569645 , 31.463717 , -97.9071 )
Wikipedia ID for Lampasas : Q113919
Wikipedia SPARQL Query for Lampasas (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q113919 wdt:P1082 ?population. }
OPTIONAL { wd:Q113919 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q113919 wdt:P2046 ?area. }
OPTIONAL { wd:Q113919 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q113919 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q113919 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 Lampasas map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.029426, -98.569645, 31.463717, -97.9071);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Lampasas)
[out:json];
(
rel["name"="Lampasas"][type=boundary];
rel["name:en"="Lampasas"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Lampasas
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Adamsville | 31.301280 , -98.168920 |
Brooks Crossing | 31.116280 , -98.055300 |
Faubion Crossing | 31.390720 , -98.190030 |
Hicks Crossing | 31.167110 , -98.505590 |
Izoro | 31.294330 , -98.075590 |
Kempner | 31.075418 , -97.972242 |
Lampasas | 31.065927 , -98.183155 |
Lometa | 31.216651 , -98.392416 |
Nix | 31.107950 , -98.366980 |
Radio Junction | 31.076840 , -98.168640 |
Red Bluff Crossing | 31.212390 , -98.566430 |
Rumley | 31.172950 , -98.068080 |
Senterfitt | 31.197950 , -98.437260 |
Shortall | 31.075450 , -98.081690 |
Sparks Crossing | 31.071010 , -98.135310 |
Notes:
- You can download geometry data for Lampasas 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.