Download outline map of Schleicher (geojson format) :
Schleicher.geojson (**)
Download polygon array of Schleicher map for "Google Maps" :
Schleicher.txt
Bounding Box for Schleicher Map : ( 30.706071 , -100.962364 , 31.088733 , -100.115216 )
Wikipedia ID for Schleicher : Q110760
Wikipedia SPARQL Query for Schleicher (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q110760 wdt:P1082 ?population. }
OPTIONAL { wd:Q110760 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q110760 wdt:P2046 ?area. }
OPTIONAL { wd:Q110760 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q110760 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q110760 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 Schleicher map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.706071, -100.962364, 31.088733, -100.115216);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Schleicher)
[out:json];
(
rel["name"="Schleicher"][type=boundary];
rel["name:en"="Schleicher"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Schleicher
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Adams | 30.934620 , -100.264810 |
Eldorado | 30.861728 , -100.597926 |
Hulldale | 31.021560 , -100.543430 |
Notes:
- You can download geometry data for Schleicher 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.