Guadalupe (Nuevo León) Map Cropping Samples
Guadalupe (Nuevo León) Map Cropping Samples-1
Guadalupe (Nuevo León) Map Cropping Samples-2
Guadalupe neighborhoods and villages map with 3D shadow effect
flag map of Guadalupe with 3D shadow effect
Guadalupe map with 3d shadow effect
Download outline map of Guadalupe (geojson format) :
Guadalupe.geojson (**)
Download polygon array of Guadalupe map for "Google Maps" :
Guadalupe.txt
Bounding Box for Guadalupe Map : ( 25.621475 , -100.275937 , 25.731904 , -100.117042 )
Wikipedia ID for Guadalupe : Q998796
Wikipedia SPARQL Query for Guadalupe (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q998796 wdt:P1082 ?population. }
OPTIONAL { wd:Q998796 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q998796 wdt:P2046 ?area. }
OPTIONAL { wd:Q998796 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q998796 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q998796 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 Guadalupe map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](25.621475, -100.275937, 25.731904, -100.117042);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Guadalupe)
[out:json];
(
rel["name"="Guadalupe"][type=boundary];
rel["name:en"="Guadalupe"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Guadalupe
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Altamira | 25.688950 , -100.137530 |
Bello Amanecer | 25.698060 , -100.135280 |
Colonia La Pastora | 25.666670 , -100.250000 |
Colonia Nueva Libertad | 25.700000 , -100.233330 |
El Gran Chaparral | 25.704440 , -100.158330 |
El Ranchito Numero Uno | 25.691670 , -100.166670 |
Guadalupe | 25.676358 , -100.210028 |
Las Escobas | 25.676268 , -100.130102 |
Los Banitos | 25.657440 , -100.152480 |
Los Lermas | 25.682630 , -100.186670 |
Los Sitios (Las Marraneras) | 25.689170 , -100.161390 |
Rancho Lermitas | 25.633330 , -100.200000 |
San Rafaél | 25.695410 , -100.217540 |
Notes:
- You can download geometry data for Guadalupe 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.