Download outline map of Johnson (geojson format) :
Johnson.geojson (**)
Download polygon array of Johnson map for "Google Maps" :
Johnson.txt
Bounding Box for Johnson Map : ( 32.133605 , -97.617134 , 32.555504 , -97.086191 )
Wikipedia ID for Johnson : Q113843
Wikipedia SPARQL Query for Johnson (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q113843 wdt:P1082 ?population. }
OPTIONAL { wd:Q113843 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q113843 wdt:P2046 ?area. }
OPTIONAL { wd:Q113843 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q113843 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q113843 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 Johnson map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.133605, -97.617134, 32.555504, -97.086191);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Johnson)
[out:json];
(
rel["name"="Johnson"][type=boundary];
rel["name:en"="Johnson"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Johnson
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alvarado | 32.406787 , -97.214915 |
Antioch | 32.312920 , -97.198070 |
Briaroaks | 32.495780 , -97.303316 |
Burleson | 32.520073 , -97.334084 |
Cleburne | 32.352448 , -97.406409 |
Coyote Flats | 32.352812 , -97.294409 |
Cresson | 32.529886 , -97.615387 |
Cross Timber | 32.483240 , -97.325928 |
Cuba | 32.314030 , -97.269180 |
Egan | 32.452920 , -97.299740 |
Freeland | 32.197090 , -97.566410 |
Godley | 32.451248 , -97.532198 |
Grandview | 32.268495 , -97.177497 |
Happy Hill | 32.468750 , -97.236680 |
Highland | 32.172090 , -97.549740 |
Joshua | 32.460734 , -97.382997 |
Keeler | 32.537920 , -97.367800 |
Keene | 32.395537 , -97.322473 |
Lebanon | 32.368750 , -97.446960 |
Lillian | 32.506530 , -97.187510 |
Lone Willow | 32.268760 , -97.474740 |
Marystown | 32.459860 , -97.320020 |
Parker | 32.244040 , -97.281120 |
Pleasant Point | 32.485970 , -97.197510 |
Rio Vista | 32.235228 , -97.374653 |
Sand Flat | 32.322920 , -97.288350 |
Venus | 32.430804 , -97.101889 |
Wooded Hills | 32.524030 , -97.269180 |
Notes:
- You can download geometry data for Johnson 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.