Download outline map of Lee (geojson format) :
Lee.geojson (**)
Download polygon array of Lee map for "Google Maps" :
Lee.txt
Bounding Box for Lee Map : ( 30.032 , -97.334463 , 30.557169 , -96.640586 )
Wikipedia ID for Lee : Q27025
Wikipedia SPARQL Query for Lee (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q27025 wdt:P1082 ?population. }
OPTIONAL { wd:Q27025 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q27025 wdt:P2046 ?area. }
OPTIONAL { wd:Q27025 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q27025 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q27025 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 Lee map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.032, -97.334463, 30.557169, -96.640586);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Lee)
[out:json];
(
rel["name"="Lee"][type=boundary];
rel["name:en"="Lee"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Lee
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Adina | 30.421600 , -97.172490 |
Blue | 30.391880 , -97.147490 |
Dime Box | 30.356600 , -96.822480 |
Giddings | 30.183326 , -96.928977 |
Hicks | 30.540480 , -96.988870 |
Knobbs Springs | 30.360490 , -97.197770 |
Leo | 30.366040 , -96.984980 |
Lexington | 30.414790 , -97.009362 |
Lincoln | 30.287430 , -96.963320 |
Loebau | 30.287710 , -96.905260 |
Manheim | 30.230770 , -97.031100 |
Northrup | 30.100500 , -96.970260 |
Old Dime Box | 30.377150 , -96.863040 |
Serbin | 30.127720 , -96.998870 |
Sweet Home | 30.257440 , -96.821370 |
Notes:
- You can download geometry data for Lee 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.