Download outline map of Rockwall (geojson format) :
Rockwall.geojson (**)
Download polygon array of Rockwall map for "Google Maps" :
Rockwall.txt
Bounding Box for Rockwall Map : ( 32.813229 , -96.51897 , 32.982308 , -96.297122 )
Wikipedia ID for Rockwall : Q111391
Wikipedia SPARQL Query for Rockwall (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q111391 wdt:P1082 ?population. }
OPTIONAL { wd:Q111391 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q111391 wdt:P2046 ?area. }
OPTIONAL { wd:Q111391 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q111391 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q111391 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 Rockwall map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.813229, -96.51897, 32.982308, -96.297122);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Rockwall)
[out:json];
(
rel["name"="Rockwall"][type=boundary];
rel["name:en"="Rockwall"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Rockwall
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Blackland | 32.899570 , -96.349700 |
Fate | 32.939295 , -96.386480 |
Glen Hill | 32.894850 , -96.474430 |
Heath | 32.844363 , -96.467995 |
McLendon | 32.846240 , -96.389980 |
McLendon-Chisholm | 32.851217 , -96.392372 |
Mobile City | 32.922873 , -96.411129 |
Munson | 32.896790 , -96.298310 |
Rockwall | 32.916980 , -96.437883 |
Royse City | 32.976942 , -96.321491 |
Notes:
- You can download geometry data for Rockwall 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.