Download outline map of Morehouse (geojson format) :
Morehouse.geojson (**)
Download polygon array of Morehouse map for "Google Maps" :
Morehouse.txt
Bounding Box for Morehouse Map : ( 32.50571 , -92.085617 , 33.008174 , -91.433352 )
Wikipedia ID for Morehouse : Q1125008
Wikipedia SPARQL Query for Morehouse (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1125008 wdt:P1082 ?population. }
OPTIONAL { wd:Q1125008 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1125008 wdt:P2046 ?area. }
OPTIONAL { wd:Q1125008 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1125008 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1125008 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 Morehouse map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.50571, -92.085617, 33.008174, -91.433352);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Morehouse)
[out:json];
(
rel["name"="Morehouse"][type=boundary];
rel["name:en"="Morehouse"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Morehouse
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Bastrop | 32.774960 , -91.905752 |
| Beekman | 32.923740 , -91.884290 |
| Bonita | 32.920511 , -91.675066 |
| Bordenax | 32.581810 , -91.763740 |
| Collinston | 32.689283 , -91.871813 |
| Couters Neck | 32.996510 , -91.992080 |
| Galion | 32.859580 , -91.753180 |
| Geddie | 33.003740 , -91.870960 |
| Gum Ridge | 32.625970 , -91.811520 |
| Haynes Landing | 32.971790 , -91.696790 |
| Humphreys | 32.996790 , -91.966240 |
| Jones | 32.967630 , -91.648180 |
| Laark | 32.992070 , -91.510120 |
| Log Cabin | 32.832910 , -91.877630 |
| Marcarco | 32.717360 , -91.990960 |
| McGinty | 33.001790 , -91.629010 |
| Mer Rouge | 32.776726 , -91.794854 |
| Naff | 32.935130 , -91.918460 |
| New Landgrove Landing | 32.932630 , -91.724850 |
| Oak Landing | 32.961520 , -91.717350 |
| Oak Ridge | 32.624353 , -91.773125 |
| Point Pleasant | 32.771800 , -91.952630 |
| Robinson | 32.989020 , -91.890130 |
| Rogers | 32.931520 , -91.975960 |
| Sheltons | 32.829300 , -91.907350 |
| Spyker | 32.742360 , -91.953740 |
| Stampley | 32.821800 , -91.779850 |
| Stevenson | 32.920960 , -91.943190 |
| Twin Oaks | 32.892630 , -91.790400 |
| Upland | 32.731250 , -91.883180 |
| Uscarco | 32.754860 , -91.933740 |
| Vaughn | 32.952070 , -91.963190 |
| Wardville | 32.874850 , -91.905130 |
| Windsor | 32.652640 , -91.886240 |
Notes:
- You can download geometry data for Morehouse 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.