Download outline map of San Jacinto (geojson format) :
San Jacinto.geojson (**)
Download polygon array of San Jacinto map for "Google Maps" :
San Jacinto.txt
Bounding Box for San Jacinto Map : ( 30.31945 , -95.359156 , 30.906719 , -94.829719 )
Wikipedia ID for San Jacinto : Q111744
Wikipedia SPARQL Query for San Jacinto (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q111744 wdt:P1082 ?population. }
OPTIONAL { wd:Q111744 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q111744 wdt:P2046 ?area. }
OPTIONAL { wd:Q111744 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q111744 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q111744 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 San Jacinto map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.31945, -95.359156, 30.906719, -94.829719);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (San Jacinto)
[out:json];
(
rel["name"="San Jacinto"][type=boundary];
rel["name:en"="San Jacinto"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of San Jacinto
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bear Creek | 30.449370 , -95.221050 |
Camilla | 30.599640 , -95.057990 |
Cape Royale | 30.653043 , -95.126539 |
Coldspring | 30.589733 , -95.130683 |
Darby Hill | 30.772140 , -95.201330 |
Drews Landing | 30.543810 , -94.861040 |
Lake Tejas | 30.457980 , -94.937430 |
Lake Water Wheel | 30.472150 , -94.910490 |
Laurel Hill | 30.602980 , -95.213270 |
Liberty Hill | 30.514920 , -95.143550 |
Magnolia | 30.483260 , -95.193550 |
Maynard | 30.522150 , -95.328000 |
Oak Grove | 30.440480 , -95.215220 |
Oakhurst | 30.743296 , -95.307279 |
Old Waverly | 30.529090 , -95.352720 |
Palmetto Park | 30.749360 , -95.311610 |
Point Blank | 30.747387 , -95.216366 |
Pumpkin | 30.547420 , -95.284110 |
Shepherd | 30.490952 , -95.002054 |
Snow Hill | 30.706580 , -95.220770 |
Spring Hill | 30.581030 , -95.212440 |
Stephen Creek | 30.692420 , -95.184110 |
Strington | 30.459370 , -94.973540 |
Urbana | 30.560480 , -94.956880 |
Waterwood | 30.819630 , -95.236330 |
Waverly | 30.524920 , -95.350500 |
Westcott | 30.412980 , -95.047990 |
Willow Springs | 30.664640 , -95.222990 |
Wolf Creek | 30.645750 , -95.142440 |
Notes:
- You can download geometry data for San Jacinto 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.