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 : ( 30.498076 , -99.484755 , 30.941186 , -98.963615 )
Wikipedia ID for Mason : Q111374
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:Q111374 wdt:P1082 ?population. }
OPTIONAL { wd:Q111374 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q111374 wdt:P2046 ?area. }
OPTIONAL { wd:Q111374 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q111374 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q111374 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"](30.498076, -99.484755, 30.941186, -98.963615);
);
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) |
Art | 30.738510 , -99.111440 |
Camp Air | 30.901840 , -99.283940 |
Fredonia | 30.932120 , -99.113380 |
Grit | 30.783230 , -99.320060 |
Grossville | 30.684070 , -99.201440 |
Hedwigs Hill | 30.665740 , -99.112000 |
Hilda | 30.586850 , -99.114500 |
Katemcy | 30.912670 , -99.253940 |
Koockville | 30.757120 , -99.250060 |
Loyal Valley | 30.575740 , -99.007830 |
Mason | 30.748003 , -99.228744 |
Pontotoc | 30.909340 , -98.980050 |
Streeter | 30.764900 , -99.376450 |
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.