Download outline map of Monroe (geojson format) :
Monroe.geojson (**)
Download polygon array of Monroe map for "Google Maps" :
Monroe.txt
Bounding Box for Monroe Map : ( 34.336353 , -91.447795 , 35.004261 , -91.000457 )
Wikipedia ID for Monroe : Q61181
Wikipedia SPARQL Query for Monroe (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q61181 wdt:P1082 ?population. }
OPTIONAL { wd:Q61181 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q61181 wdt:P2046 ?area. }
OPTIONAL { wd:Q61181 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q61181 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q61181 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 Monroe map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.336353, -91.447795, 35.004261, -91.000457);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Monroe)
[out:json];
(
rel["name"="Monroe"][type=boundary];
rel["name:en"="Monroe"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Monroe
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aberdeen | 34.603430 , -91.341790 |
Alfrey | 34.828980 , -91.155120 |
Allendale | 34.810370 , -91.266510 |
B B Junction | 34.581490 , -91.104840 |
Bayless | 34.824540 , -91.224570 |
Blackton | 34.667600 , -91.104290 |
Brinkley | 34.889572 , -91.189467 |
Clarendon | 34.693617 , -91.306515 |
Connells Point | 34.409820 , -91.001500 |
Cross Roads | 34.427320 , -91.069560 |
Dagmar | 34.856210 , -91.300680 |
Deep Elm | 34.538710 , -91.174010 |
Dobbs Landing | 34.755370 , -91.305960 |
Duncan | 34.620930 , -91.251230 |
Eden | 34.863710 , -91.274570 |
Emmons | 34.808710 , -91.155120 |
Fargo | 34.954557 , -91.177503 |
Holly Grove | 34.598140 , -91.199680 |
Indian Bay | 34.382880 , -91.067060 |
Jeffries | 34.730370 , -91.281510 |
Keevil | 34.788150 , -91.244010 |
Lawrenceville | 34.509270 , -91.180950 |
Mayos | 34.452320 , -91.079010 |
Monroe | 34.734820 , -91.104570 |
Palmer | 34.576210 , -91.065670 |
Park Grove | 34.692320 , -91.211790 |
Pine City | 34.582880 , -91.113180 |
Ragtown | 34.540380 , -91.110120 |
Rich | 34.764540 , -91.137340 |
Roe | 34.631287 , -91.385884 |
Saulsburg | 34.970090 , -91.216240 |
Smale | 34.710380 , -91.104010 |
Zent | 34.983700 , -91.163180 |
Notes:
- You can download geometry data for Monroe 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.