Medina (Texas) Map Cropping Samples

Medina (Texas) Map Cropping Samples-1
Medina (Texas) Map Cropping Samples-1
Download outline map of Medina (geojson format) : Medina.geojson (**)
Download polygon array of Medina map for "Google Maps" : Medina.txt
Bounding Box for Medina Map : ( 29.09024 , -99.41388 , 29.690709 , -98.804591 )
Wikipedia ID for Medina : Q110421
Wikipedia SPARQL Query for Medina (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q110421 wdt:P1082 ?population. }
OPTIONAL { wd:Q110421 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q110421 wdt:P2046 ?area. }
OPTIONAL { wd:Q110421 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q110421 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q110421 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

[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](29.09024, -99.41388, 29.690709, -98.804591);
);
out geom;

Run this query on overpass-turbo (Click RUN button on the opened page!)

Get Boundaries from overpass-turbo (OSM) with place name (Medina)
[out:json];
(
rel["name"="Medina"][type=boundary];
rel["name:en"="Medina"][type=boundary];
);
out geom;

Run this query on overpass-turbo (Click RUN button on the opened page!)


Neighborhoods and Villages of Medina
Neighborhoods and VillagesCoordinates (Latitude, Longitude)
Biry 29.220790 , -99.018090
Castroville 29.351222 , -98.872240
D'Hanis 29.330490 , -99.275364
Devine 29.145608 , -98.904897
Dunlay 29.348570 , -98.990590
Flatrock Crossing 29.572730 , -99.402270
Hondo 29.353340 , -99.162135
LaCoste 29.309932 , -98.811625
Mico 29.544120 , -98.923090
Natalia 29.187661 , -98.852327
New Fountain 29.386620 , -99.060030
Noonan 29.269130 , -98.901970
Pearson 29.271350 , -98.869470
Quihi 29.391620 , -99.030030
Riomedina 29.439680 , -98.884190
Valdina Farms 29.494400 , -99.380600
Yancey 29.139410 , -99.145040


Notes:
- You can download geometry data for Medina 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.

Create Medina neighborhoods and villages map.


Share this page