Palenque (Los Rios) Map Cropping Samples

Palenque (Los Rios) Map Cropping Samples-1

Palenque (Los Rios) Map Cropping Samples-2

Palenque neighborhoods and villages map with 3D shadow effect

flag map of Palenque with 3D shadow effect

Palenque map with 3d shadow effect
 
 
Download outline map of Palenque (geojson format) : 
Palenque.geojson (**)
Download polygon array of Palenque map for "Google Maps" : 
Palenque.txt
Bounding Box for Palenque Map : ( -1.486634 , -79.846804 , -1.176051 , -79.565937 )
Wikipedia ID for Palenque : Q1990986
Wikipedia SPARQL Query for Palenque (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q1990986 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q1990986 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q1990986 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q1990986 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q1990986 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q1990986 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 Palenque map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](-1.486634, -79.846804, -1.176051, -79.565937);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Palenque)
	
[out:json];
(
rel["name"="Palenque"][type=boundary];
rel["name:en"="Palenque"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Palenque
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  Aguacatal  |  -1.333330 , -79.650000  | 
|  Arias  |  -1.333330 , -79.800000  | 
|  El Condor  |  -1.383330 , -79.833330  | 
|  El Placer  |  -1.383330 , -79.800000  | 
|  La Victoria  |  -1.266670 , -79.716670  | 
|  La Victoria  |  -1.283330 , -79.750000  | 
|  Las Ramas  |  -1.450000 , -79.750000  | 
|  Lechugal  |  -1.450000 , -79.700000  | 
|  Los Potreros  |  -1.233330 , -79.750000  | 
|  Meza  |  -1.366670 , -79.816670  | 
|  Palenque  |  -1.437950 , -79.756470  | 
|  Soledad  |  -1.366670 , -79.716670  | 
|  Sosaya  |  -1.416670 , -79.716670  | 
Notes:
- You can download geometry data for Palenque 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.