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 : ( 37.372363 , -80.858466 , 37.731696 , -80.220984 )
Wikipedia ID for Monroe : Q488769
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:Q488769 wdt:P1082 ?population. }
OPTIONAL { wd:Q488769 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q488769 wdt:P2046 ?area. }
OPTIONAL { wd:Q488769 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q488769 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q488769 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"](37.372363, -80.858466, 37.731696, -80.220984);
);
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) |
Assurance | 37.495680 , -80.672850 |
Ballard | 37.474840 , -80.779240 |
Bozoo | 37.462900 , -80.822300 |
Cashmere | 37.449840 , -80.779800 |
Centennial | 37.582620 , -80.329230 |
Cloverdale | 37.450120 , -80.815360 |
Creamery | 37.642340 , -80.677860 |
Crimson Springs | 37.517900 , -80.481730 |
Dorr | 37.619570 , -80.473960 |
Elmhurst | 37.633730 , -80.629520 |
Gap Mills | 37.562350 , -80.408120 |
Glace | 37.677070 , -80.343400 |
Greenville | 37.543460 , -80.682570 |
Hillsdale | 37.618730 , -80.489790 |
Hollywood | 37.612350 , -80.443960 |
Johnson Crossroads | 37.617620 , -80.633960 |
Keenan | 37.585400 , -80.485340 |
Knobs | 37.611510 , -80.588130 |
Laurel Branch | 37.530680 , -80.349780 |
Lillydale | 37.556790 , -80.610350 |
Lindside | 37.453730 , -80.669790 |
McGlone | 37.520960 , -80.491450 |
Monitor | 37.655960 , -80.490350 |
Nickells Mill | 37.690400 , -80.505070 |
Patton | 37.692070 , -80.487570 |
Pedro | 37.662900 , -80.314510 |
Peterstown | 37.398976 , -80.795018 |
Pickaway | 37.638460 , -80.506180 |
Raines Corner | 37.518730 , -80.617290 |
Rock Camp | 37.498180 , -80.606740 |
Roxalia | 37.602350 , -80.349780 |
Salt Sulphur Springs | 37.570560 , -80.571670 |
Sarton | 37.582620 , -80.640070 |
Secondcreek | 37.665400 , -80.453960 |
Sinks Grove | 37.664290 , -80.540910 |
Sweet Springs | 37.628460 , -80.241450 |
Union | 37.590442 , -80.542005 |
Waiteville | 37.473740 , -80.422000 |
Wayside | 37.592070 , -80.688690 |
Wikel | 37.512070 , -80.647570 |
Willow Bend | 37.535400 , -80.538400 |
Wolfcreek | 37.665400 , -80.623970 |
Zenith | 37.504010 , -80.531450 |
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.