Download outline map of Marion (geojson format) :
Marion.geojson (**)
Download polygon array of Marion map for "Google Maps" :
Marion.txt
Bounding Box for Marion Map : ( 32.687093 , -94.709711 , 32.881089 , -94.04287 )
Wikipedia ID for Marion : Q112125
Wikipedia SPARQL Query for Marion (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q112125 wdt:P1082 ?population. }
OPTIONAL { wd:Q112125 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q112125 wdt:P2046 ?area. }
OPTIONAL { wd:Q112125 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q112125 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q112125 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 Marion map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.687093, -94.709711, 32.881089, -94.04287);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Marion)
[out:json];
(
rel["name"="Marion"][type=boundary];
rel["name:en"="Marion"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Marion
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Berea | 32.806250 , -94.402140 |
Burford | 32.785970 , -94.383250 |
Gethsemane | 32.802640 , -94.109350 |
Gray | 32.787640 , -94.073520 |
Hall | 32.819030 , -94.328800 |
Jackson | 32.736250 , -94.581310 |
Jefferson | 32.763401 , -94.351158 |
Kellyville | 32.779310 , -94.409360 |
Lassater | 32.834020 , -94.502700 |
Lodi | 32.876250 , -94.279630 |
Macedonia | 32.729310 , -94.527420 |
Mims Chapel | 32.843470 , -94.630760 |
Monterey | 32.835420 , -94.048240 |
Orrs | 32.842640 , -94.524640 |
Payne | 32.851530 , -94.289080 |
Pine Harbor | 32.772329 , -94.499146 |
Prospect | 32.841530 , -94.366300 |
Rock Island | 32.863470 , -94.663820 |
Rock Springs | 32.791250 , -94.535200 |
Sarber | 32.817080 , -94.462420 |
Smithland | 32.814030 , -94.168240 |
Victory | 32.798190 , -94.568810 |
White Oak | 32.870690 , -94.409920 |
Notes:
- You can download geometry data for Marion 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.