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 : ( 30.99942 , -90.040614 , 31.434093 , -89.653747 )
Wikipedia ID for Marion : Q490848
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:Q490848 wdt:P1082 ?population. }
OPTIONAL { wd:Q490848 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q490848 wdt:P2046 ?area. }
OPTIONAL { wd:Q490848 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q490848 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q490848 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"](30.99942, -90.040614, 31.434093, -89.653747);
);
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) |
Bunker Hill | 31.387670 , -89.803410 |
Carmich | 31.384060 , -89.985080 |
Cheraw | 31.155730 , -89.843410 |
Columbia | 31.256382 , -89.826603 |
Ebenezer | 31.433510 , -89.781470 |
Edna | 31.177120 , -89.786190 |
Enon | 31.262400 , -89.675910 |
Expose | 31.322950 , -89.863410 |
Fortenberry | 31.307400 , -89.855360 |
Foxworth | 31.238552 , -89.882830 |
Good Hope | 31.362670 , -89.763970 |
Goss | 31.355450 , -89.888690 |
Hamage | 31.225730 , -89.944250 |
Harmony | 31.284340 , -89.825080 |
Holly Springs | 31.315730 , -89.977860 |
Hopewell | 31.336290 , -89.661180 |
Hurricane Creek | 31.102120 , -89.872300 |
Improve | 31.342950 , -89.700350 |
Kokomo | 31.197400 , -90.002860 |
Lampton | 31.193230 , -89.798130 |
Lovelace | 31.212400 , -89.859250 |
Mildred | 31.147960 , -89.842020 |
Morgantown | 31.312400 , -89.915920 |
Natcole | 31.174070 , -89.849800 |
New Hope | 31.157680 , -89.913420 |
New Union | 31.393510 , -89.743130 |
Newsom | 31.326290 , -89.934250 |
Pickwick | 31.135740 , -89.837580 |
Pinebur | 31.136010 , -89.702020 |
Saint Paul | 31.075180 , -89.813970 |
Sandy Hook | 31.036290 , -89.804800 |
Sauer | 31.101570 , -89.830080 |
Saxon | 31.123240 , -89.834250 |
Spring Cottage | 31.089630 , -89.766470 |
Sumbax | 31.235460 , -89.923140 |
Twin | 31.007680 , -89.798130 |
White Bluff | 31.364900 , -89.965920 |
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.