Download outline map of Kings (geojson format) :
Kings.geojson (**)
Download polygon array of Kings map for "Google Maps" :
Kings.txt
Bounding Box for Kings Map : ( 35.788678 , -120.315068 , 36.488962 , -119.474354 )
Wikipedia ID for Kings : Q156358
Wikipedia SPARQL Query for Kings (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q156358 wdt:P1082 ?population. }
OPTIONAL { wd:Q156358 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q156358 wdt:P2046 ?area. }
OPTIONAL { wd:Q156358 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q156358 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q156358 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 Kings map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.788678, -120.315068, 36.488962, -119.474354);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Kings)
[out:json];
(
rel["name"="Kings"][type=boundary];
rel["name:en"="Kings"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Kings
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Acebedo | 35.831910 , -120.201810 |
Armona | 36.317841 , -119.705379 |
Avenal | 36.031190 , -120.116009 |
Corcoran | 36.084562 , -119.561036 |
Four Seasons Mobile And Recreational Vehicle Park | 36.329170 , -119.687780 |
Gepford | 36.398280 , -119.809300 |
Grangeville | 36.343898 , -119.707467 |
Guernsey | 36.213010 , -119.640960 |
Halls Corner | 36.342450 , -119.806520 |
Hamblin | 36.329670 , -119.609850 |
Hanford | 36.326142 , -119.654010 |
Hardwick | 36.402596 , -119.720770 |
Helm Corner | 36.098010 , -119.643740 |
Home Garden | 36.304069 , -119.638705 |
Kettleman City | 36.008986 , -119.962852 |
Kettleman Station | 35.998840 , -119.963740 |
Lemoore | 36.295954 , -119.798253 |
Lemoore Station | 36.263276 , -119.904846 |
Lucerne | 36.380780 , -119.664300 |
Murray | 36.094120 , -120.003470 |
Reef Station | 35.901620 , -120.054860 |
Remnoy | 36.339670 , -119.554290 |
Shirley | 36.398560 , -119.664300 |
South Corcoran | 36.091060 , -119.554010 |
Stratford | 36.188442 , -119.822352 |
Notes:
- You can download geometry data for Kings 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.