Download outline map of Kleberg (geojson format) :
Kleberg.geojson (**)
Download polygon array of Kleberg map for "Google Maps" :
Kleberg.txt
Bounding Box for Kleberg Map : ( 27.209271 , -98.0598 , 27.635982 , -97.165097 )
Wikipedia ID for Kleberg : Q26527
Wikipedia SPARQL Query for Kleberg (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q26527 wdt:P1082 ?population. }
OPTIONAL { wd:Q26527 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q26527 wdt:P2046 ?area. }
OPTIONAL { wd:Q26527 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q26527 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q26527 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 Kleberg map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](27.209271, -98.0598, 27.635982, -97.165097);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Kleberg)
[out:json];
(
rel["name"="Kleberg"][type=boundary];
rel["name:en"="Kleberg"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Kleberg
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
El Martillo | 27.340880 , -97.448320 |
Kingsville | 27.509515 , -97.860956 |
Loyola Beach | 27.333650 , -97.694720 |
Ojo de Angua | 27.464760 , -97.421940 |
Ricardo | 27.418555 , -97.847648 |
Riviera | 27.299293 , -97.799686 |
Riviera Beach | 27.289210 , -97.666940 |
Vattman | 27.333100 , -97.745270 |
Notes:
- You can download geometry data for Kleberg 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.