Sales (Sao Paulo) Map Cropping Samples

Sales (Sao Paulo) Map Cropping Samples-1

Sales (Sao Paulo) Map Cropping Samples-2

Sales neighborhoods and villages map with 3D shadow effect

flag map of Sales with 3D shadow effect

Sales map with 3d shadow effect
 
Download outline map of Sales (geojson format) : 
Sales.geojson (**)
Download polygon array of Sales map for "Google Maps" : 
Sales.txt
Bounding Box for Sales Map : ( -21.44821 , -49.623926 , -21.226989 , -49.396032 )
Wikipedia ID for Sales : Q194189
Wikipedia SPARQL Query for Sales (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q194189 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q194189 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q194189 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q194189 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q194189 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q194189 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 Sales map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](-21.44821, -49.623926, -21.226989, -49.396032);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Sales)
	
[out:json];
(
rel["name"="Sales"][type=boundary];
rel["name:en"="Sales"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Sales
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
| Chácara Lopes | -21.373892 , -49.514523 | 
| Condomínio Lago Azul | -21.347528 , -49.478493 | 
| Estância Esplanada | -21.372859 , -49.471332 | 
| Jardim Areira | -21.409800 , -49.528811 | 
| Jardim Baia Bela | -21.407348 , -49.529991 | 
| Jardim Beira Rio | -21.361762 , -49.479896 | 
| Jardim Itália | -21.364650 , -49.480264 | 
| Praia do Torres | -21.408902 , -49.530185 | 
| Praias Richilieu | -21.377379 , -49.559295 | 
| Recreativo Barra Mansa | -21.234481 , -49.521797 | 
| Residencial Eco Park | -21.404375 , -49.523516 | 
| Residencial Morumbi | -21.246303 , -49.525461 | 
| Riviera Náutica | -21.388419 , -49.514154 | 
| Sales | -21.341588 , -49.501701 | 
Notes:
- You can download geometry data for Sales 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.