Download outline map of Covington (geojson format) :
Covington.geojson (**)
Download polygon array of Covington map for "Google Maps" :
Covington.txt
Bounding Box for Covington Map : ( 31.433676 , -89.755806 , 31.796863 , -89.399178 )
Wikipedia ID for Covington : Q486064
Wikipedia SPARQL Query for Covington (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q486064 wdt:P1082 ?population. }
OPTIONAL { wd:Q486064 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q486064 wdt:P2046 ?area. }
OPTIONAL { wd:Q486064 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q486064 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q486064 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 Covington map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.433676, -89.755806, 31.796863, -89.399178);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Covington)
[out:json];
(
rel["name"="Covington"][type=boundary];
rel["name:en"="Covington"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Covington
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Arbo | 31.726830 , -89.633960 |
Bethel | 31.650720 , -89.408400 |
Bethel | 31.540450 , -89.406450 |
Blakley Creek | 31.736270 , -89.569510 |
Cold Springs | 31.618780 , -89.544510 |
Collins | 31.646966 , -89.566927 |
Cooley Springs | 31.709050 , -89.668680 |
Eminence | 31.612940 , -89.433950 |
Gandsi | 31.570720 , -89.498960 |
Gilmore | 31.779880 , -89.491730 |
Hopewell | 31.718220 , -89.470900 |
Hot Coffee | 31.740166 , -89.453918 |
Kelly | 31.587670 , -89.444510 |
Kola | 31.625170 , -89.527290 |
Leaf River | 31.672390 , -89.434790 |
Liberty | 31.586830 , -89.558960 |
Lone Star | 31.638780 , -89.737850 |
Lux | 31.445170 , -89.400900 |
Mcdonald | 31.619610 , -89.573680 |
McNair | 31.766000 , -89.687570 |
McRaney | 31.609610 , -89.717300 |
Mish | 31.684050 , -89.597290 |
Moscos | 31.605170 , -89.487570 |
Mount Horeb | 31.583500 , -89.570350 |
Mount Olive | 31.753808 , -89.655948 |
Mount Pleasant | 31.696550 , -89.697300 |
Providence | 31.640440 , -89.505620 |
Reddochs | 31.707110 , -89.409790 |
Rock Hill | 31.705720 , -89.633960 |
Salem | 31.680440 , -89.530350 |
Sanford | 31.486840 , -89.427010 |
Seminary | 31.558109 , -89.498702 |
Shady Oak | 31.693770 , -89.436180 |
Speedtown | 31.630720 , -89.443120 |
Station Creek | 31.677940 , -89.483400 |
Sunset | 31.664050 , -89.628680 |
Union | 31.502390 , -89.480900 |
Union | 31.737660 , -89.490340 |
Williamsburg | 31.619330 , -89.610630 |
Willowtown | 31.632110 , -89.475070 |
Notes:
- You can download geometry data for Covington 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.