Download outline map of Leon (geojson format) :
Leon.geojson (**)
Download polygon array of Leon map for "Google Maps" :
Leon.txt
Bounding Box for Leon Map : ( 30.973737 , -96.331121 , 31.654093 , -95.655545 )
Wikipedia ID for Leon : Q27021
Wikipedia SPARQL Query for Leon (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q27021 wdt:P1082 ?population. }
OPTIONAL { wd:Q27021 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q27021 wdt:P2046 ?area. }
OPTIONAL { wd:Q27021 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q27021 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q27021 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 Leon map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.973737, -96.331121, 31.654093, -95.655545);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Leon)
[out:json];
(
rel["name"="Leon"][type=boundary];
rel["name:en"="Leon"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Leon
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Buffalo | 31.460291 , -96.064899 |
Centerview | 31.252680 , -95.807730 |
Centerville | 31.258129 , -95.979667 |
Concord | 31.256850 , -96.144410 |
Corinth | 31.372960 , -96.003020 |
Cross Roads | 31.074910 , -96.142740 |
Eunice | 31.319350 , -95.818290 |
Flo | 31.418230 , -95.913010 |
Flynn | 31.151020 , -96.124410 |
Friendship | 31.294620 , -96.109130 |
Guys Store | 31.220180 , -95.824400 |
Hilltop Lakes | 31.075539 , -96.191456 |
Hopewell | 31.344350 , -95.821340 |
Jewett | 31.362632 , -96.145489 |
Keechi | 31.516840 , -95.953300 |
Leona | 31.153708 , -95.975988 |
Long Hollow | 31.293510 , -96.265520 |
Malvern | 31.335460 , -95.703560 |
Margie | 31.229350 , -96.131070 |
Marquez | 31.236134 , -96.257427 |
Middleton | 31.175180 , -95.864120 |
Midway | 31.367400 , -95.955520 |
Newby | 31.360180 , -96.178300 |
Nineveh | 31.383510 , -95.806070 |
Normangee | 31.030023 , -96.116091 |
North Salem | 31.314350 , -96.073850 |
Oakwood | 31.584788 , -95.849878 |
Pleasant Ridge | 31.199630 , -95.923850 |
Pleasant Springs | 31.314900 , -95.901620 |
Redland | 31.244630 , -96.031630 |
Robbins | 31.255460 , -96.122740 |
Russell | 31.377400 , -95.850230 |
Saint Paul | 31.501840 , -95.759120 |
Sand Flats | 31.548230 , -95.811350 |
South Salem | 31.267960 , -96.071630 |
Spillers Store | 31.141850 , -95.866060 |
Spring Seat | 31.207130 , -96.037180 |
Timesville | 31.526010 , -95.784120 |
Venetia | 31.146850 , -96.264690 |
Wealthy | 31.024630 , -96.179680 |
Notes:
- You can download geometry data for Leon 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.