Tampico (Tamaulipas) Map Cropping Samples
Tampico (Tamaulipas) Map Cropping Samples-1
Tampico (Tamaulipas) Map Cropping Samples-2
Tampico neighborhoods and villages map with 3D shadow effect
flag map of Tampico with 3D shadow effect
Tampico map with 3d shadow effect
Download outline map of Tampico (geojson format) :
Tampico.geojson (**)
Download polygon array of Tampico map for "Google Maps" :
Tampico.txt
Bounding Box for Tampico Map : ( 22.206966 , -98.000324 , 22.333047 , -97.836381 )
Wikipedia ID for Tampico : Q4450971
Wikipedia SPARQL Query for Tampico (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q4450971 wdt:P1082 ?population. }
OPTIONAL { wd:Q4450971 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q4450971 wdt:P2046 ?area. }
OPTIONAL { wd:Q4450971 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q4450971 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q4450971 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 Tampico map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](22.206966, -98.000324, 22.333047, -97.836381);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Tampico)
[out:json];
(
rel["name"="Tampico"][type=boundary];
rel["name:en"="Tampico"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Tampico
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Colonia Voluntad y Trabajo | 22.322310 , -97.895080 |
Cruz Chica | 22.277720 , -97.923230 |
Guasima | 22.316670 , -97.883330 |
Isleta Guillermo Sandoval Ruiz | 22.315560 , -97.950830 |
La Isleta | 22.318430 , -97.953370 |
La Isleta | 22.286120 , -97.938110 |
Moralillo Chico | 22.223360 , -97.889860 |
Morelos | 22.221310 , -97.878160 |
Tampico | 22.266750 , -97.871442 |
Tancol | 22.300000 , -97.883330 |
Notes:
- You can download geometry data for Tampico 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.