Download outline map of Jackson (geojson format) :
Jackson.geojson (**)
Download polygon array of Jackson map for "Google Maps" :
Jackson.txt
Bounding Box for Jackson Map : ( 28.674409 , -96.938587 , 29.263876 , -96.309178 )
Wikipedia ID for Jackson : Q110262
Wikipedia SPARQL Query for Jackson (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q110262 wdt:P1082 ?population. }
OPTIONAL { wd:Q110262 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q110262 wdt:P2046 ?area. }
OPTIONAL { wd:Q110262 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q110262 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q110262 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 Jackson map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](28.674409, -96.938587, 29.263876, -96.309178);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Jackson)
[out:json];
(
rel["name"="Jackson"][type=boundary];
rel["name:en"="Jackson"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Jackson
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Carancahua | 28.696660 , -96.389690 |
Cordele | 29.134980 , -96.629970 |
Edna | 28.975699 , -96.648256 |
El Toro | 28.948040 , -96.705260 |
Francitas | 28.859710 , -96.338580 |
Ganado | 29.041246 , -96.511048 |
La Salle | 28.791660 , -96.669140 |
La Ward | 28.846442 , -96.464876 |
Lolita | 28.832574 , -96.538680 |
Manson | 28.992760 , -96.615810 |
Matilda | 28.959430 , -96.679420 |
Morales | 29.127480 , -96.762480 |
Mount Olive | 29.066920 , -96.694420 |
Navidad | 29.065540 , -96.769150 |
Vanderbilt | 28.820811 , -96.609639 |
Weedhaven | 28.723880 , -96.453580 |
White Hall | 29.009980 , -96.413580 |
Notes:
- You can download geometry data for Jackson 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.