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 : ( 36.614855 , -85.977442 , 36.8421 , -85.436442 )
Wikipedia ID for Monroe : Q505453
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:Q505453 wdt:P1082 ?population. }
OPTIONAL { wd:Q505453 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q505453 wdt:P2046 ?area. }
OPTIONAL { wd:Q505453 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q505453 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q505453 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"](36.614855, -85.977442, 36.8421, -85.436442);
);
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) |
Akersville | 36.647550 , -85.937760 |
Boles | 36.618390 , -85.665530 |
Bugtussle | 36.625890 , -85.875810 |
Coe | 36.683390 , -85.550250 |
Emberton | 36.713110 , -85.806360 |
Flippin | 36.720330 , -85.874140 |
Forkton | 36.748110 , -85.719700 |
Fountain Run | 36.723768 , -85.956151 |
Freetown | 36.680330 , -85.797200 |
Gamaliel | 36.640180 , -85.796175 |
Gum Tree | 36.724220 , -85.819420 |
Harlan Crossroads | 36.653110 , -85.703860 |
Hestand | 36.654230 , -85.629420 |
Jeffrey | 36.751170 , -85.840530 |
Lamb | 36.758660 , -85.899140 |
Martinsburg | 36.645890 , -85.485250 |
Meshack | 36.732560 , -85.548860 |
Mount Hermon | 36.806720 , -85.820810 |
Mud Lick | 36.752830 , -85.780530 |
Otia | 36.687840 , -85.569140 |
Persimmon | 36.803110 , -85.642470 |
Raydure | 36.652280 , -85.479130 |
Rockbridge | 36.783950 , -85.684140 |
Sulphur Lick | 36.805330 , -85.738580 |
Tompkinsville | 36.701174 , -85.692642 |
Vernon | 36.637010 , -85.509130 |
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.