Monroe (Georgia) Map Cropping Samples
Monroe (Georgia) Map Cropping Samples-1
Monroe (Georgia) Map Cropping Samples-2
Monroe neighborhoods and villages map with 3D shadow effect
flag map of Monroe with 3D shadow effect
Monroe map with 3d shadow effect
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 : ( 32.848351 , -84.124275 , 33.202634 , -83.705917 )
Wikipedia ID for Monroe : Q493024
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:Q493024 wdt:P1082 ?population. }
OPTIONAL { wd:Q493024 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q493024 wdt:P2046 ?area. }
OPTIONAL { wd:Q493024 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q493024 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q493024 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"](32.848351, -84.124275, 33.202634, -83.705917);
);
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) |
Blount | 33.180400 , -83.959350 |
Bolingbroke | 32.949300 , -83.803240 |
Brent | 32.981800 , -84.010190 |
Brighton Heights | 33.052630 , -83.952690 |
Cabaniss | 33.153460 , -83.879350 |
Culloden | 32.863190 , -84.093969 |
Dames Ferry | 33.022080 , -83.724900 |
Forsyth | 33.034732 , -83.937965 |
Higgins Mill | 33.128460 , -84.004360 |
High Falls | 33.175680 , -84.025470 |
Juliette | 33.107350 , -83.800180 |
Logwall | 33.110130 , -83.944910 |
Maynard | 33.054850 , -83.889350 |
Percale | 33.089580 , -83.795180 |
Popes Ferry | 32.981902 , -83.739252 |
Russellville | 32.902630 , -83.991300 |
Smarr | 32.985410 , -83.882130 |
Star Mills | 33.023190 , -83.918520 |
Strouds | 32.920410 , -84.066020 |
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.