Download outline map of San Nicolás (geojson format) :
San Nicolás.geojson (**)
Download polygon array of San Nicolás map for "Google Maps" :
San Nicolás.txt
Bounding Box for San Nicolás Map : ( 14.96937 , -88.829826 , 15.036601 , -88.6772 )
Wikipedia ID for San Nicolás : Q1644014
Wikipedia SPARQL Query for San Nicolás (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1644014 wdt:P1082 ?population. }
OPTIONAL { wd:Q1644014 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1644014 wdt:P2046 ?area. }
OPTIONAL { wd:Q1644014 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1644014 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1644014 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 San Nicolás map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](14.96937, -88.829826, 15.036601, -88.6772);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (San Nicolás)
[out:json];
(
rel["name"="San Nicolas"][type=boundary];
rel["name:en"="San Nicolas"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of San Nicolás
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Agua Caliente | 14.983330 , -88.750000 |
Buena Vista | 14.983330 , -88.816670 |
Cerro Redondo | 15.033330 , -88.700000 |
El Bijao | 14.983330 , -88.800000 |
El Modelo | 15.000000 , -88.683330 |
El Portillo | 14.983330 , -88.750000 |
El Porvenir | 15.000000 , -88.733330 |
Jimerico | 15.016670 , -88.766670 |
La Cueva del Muerto | 15.033330 , -88.700000 |
La Cueva del Platano | 15.016670 , -88.683330 |
La Estanzuela | 15.016670 , -88.800000 |
La Laguna | 14.983330 , -88.716670 |
La Puerta | 15.000000 , -88.783330 |
Lagunita | 14.983330 , -88.700000 |
Las Cuevas | 14.983330 , -88.733330 |
Las Jaguillas | 14.983330 , -88.700000 |
Llanito Largo | 15.016670 , -88.783330 |
Loma Encerrada | 14.983330 , -88.800000 |
Los Barcos | 14.983330 , -88.783330 |
Nueva Concepcion del Carmen | 15.016670 , -88.733330 |
Ojo de Agua | 15.016670 , -88.783330 |
Pozas Azules | 15.033330 , -88.700000 |
Pueblo Nuevo | 15.000000 , -88.750000 |
San Nicolás | 15.000000 , -88.750000 |
Sirinal | 15.016670 , -88.733330 |
Tres Cruces | 15.033330 , -88.683330 |
Notes:
- You can download geometry data for San Nicolás 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.