Tel Aviv (Tel Aviv) Map Cropping Samples
Tel Aviv (Tel Aviv) Map Cropping Samples-1
Tel Aviv (Tel Aviv) Map Cropping Samples-2
Tel Aviv neighborhoods and villages map with 3D shadow effect
flag map of Tel Aviv with 3D shadow effect
Tel Aviv map with 3d shadow effect
Download outline map of Tel Aviv (geojson format) :
Tel Aviv.geojson (**)
Download polygon array of Tel Aviv map for "Google Maps" :
Tel Aviv.txt
Bounding Box for Tel Aviv Map : ( 31.98878 , 34.733099 , 32.202197 , 34.87583 )
Wikipedia ID for Tel Aviv : Q192811
Wikipedia SPARQL Query for Tel Aviv (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q192811 wdt:P1082 ?population. }
OPTIONAL { wd:Q192811 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q192811 wdt:P2046 ?area. }
OPTIONAL { wd:Q192811 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q192811 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q192811 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 Tel Aviv map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.98878, 34.733099, 32.202197, 34.87583);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Tel Aviv)
[out:json];
(
rel["name"="Tel Aviv"][type=boundary];
rel["name:en"="Tel Aviv"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Tel Aviv
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Azor | 32.024560 , 34.806230 |
Bat Yam | 32.015765 , 34.749302 |
Bené Beraq | 32.085230 , 34.833150 |
Bnei Brak | 32.090078 , 34.835811 |
Giv'atayim | 32.069977 , 34.810721 |
Herzliya | 32.168739 , 34.826213 |
Holon | 32.011481 , 34.783459 |
Or Yehuda | 32.029862 , 34.851034 |
Ramat Gan | 32.062233 , 34.835022 |
Ramat HaSharon | 32.135709 , 34.834587 |
Tel Aviv | 32.085359 , 34.793443 |
Tel Aviv-Yafo | 32.081937 , 34.768066 |
Notes:
- You can download geometry data for Tel Aviv 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.