Mason (Kentucky) Map Cropping Samples
Mason (Kentucky) Map Cropping Samples-1
Mason (Kentucky) Map Cropping Samples-2
Mason neighborhoods and villages map with 3D shadow effect
flag map of Mason with 3D shadow effect
Mason map with 3d shadow effect
Download outline map of Mason (geojson format) :
Mason.geojson (**)
Download polygon array of Mason map for "Google Maps" :
Mason.txt
Bounding Box for Mason Map : ( 38.456348 , -83.991605 , 38.768182 , -83.624596 )
Wikipedia ID for Mason : Q491112
Wikipedia SPARQL Query for Mason (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q491112 wdt:P1082 ?population. }
OPTIONAL { wd:Q491112 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q491112 wdt:P2046 ?area. }
OPTIONAL { wd:Q491112 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q491112 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q491112 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 Mason map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.456348, -83.991605, 38.768182, -83.624596);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Mason)
[out:json];
(
rel["name"="Mason"][type=boundary];
rel["name:en"="Mason"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Mason
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Country Club Heights | 38.638130 , -83.789920 |
Dover | 38.756313 , -83.884441 |
Fernleaf | 38.656180 , -83.913260 |
Lewisburg | 38.548960 , -83.764920 |
Marshall | 38.545080 , -83.762980 |
Mays Lick | 38.517018 , -83.845082 |
Maysville | 38.645446 , -83.791092 |
Minerva | 38.705350 , -83.919090 |
Moranburg | 38.671180 , -83.812980 |
Murphysville | 38.568130 , -83.865760 |
Orangeburg | 38.567580 , -83.688810 |
Plumville | 38.601460 , -83.674360 |
Rectorville | 38.576460 , -83.646030 |
Sardis | 38.534795 , -83.957323 |
Shannon | 38.548410 , -83.891310 |
Somo | 38.596740 , -83.742420 |
South Ripley | 38.741180 , -83.854090 |
Springdale | 38.622850 , -83.668810 |
Weedonia | 38.498970 , -83.756590 |
Notes:
- You can download geometry data for Mason 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.