Queens (New York) Map Cropping Samples
Queens (New York) Map Cropping Samples-1
Queens (New York) Map Cropping Samples-2
Queens neighborhoods and villages map with 3D shadow effect
flag map of Queens with 3D shadow effect
Queens map with 3d shadow effect
Download outline map of Queens (geojson format) :
Queens.geojson (**)
Download polygon array of Queens map for "Google Maps" :
Queens.txt
Bounding Box for Queens Map : ( 40.489794 , -74.042112 , 40.812242 , -73.700272 )
Wikipedia ID for Queens : Q18424
Wikipedia SPARQL Query for Queens (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q18424 wdt:P1082 ?population. }
OPTIONAL { wd:Q18424 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q18424 wdt:P2046 ?area. }
OPTIONAL { wd:Q18424 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q18424 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q18424 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 Queens map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](40.489794, -74.042112, 40.812242, -73.700272);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Queens)
[out:json];
(
rel["name"="Queens"][type=boundary];
rel["name:en"="Queens"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Queens
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Cedar Manor Houses | 40.685000 , -73.784720 |
Edgemere Houses | 40.596390 , -73.784720 |
Garden Bay Manor | 40.769500 , -73.892700 |
Glen Oaks South | 40.732689 , -73.714828 |
Hammel Houses | 40.588890 , -73.809170 |
Lefrak City | 40.736210 , -73.862640 |
Morris Park | 40.690380 , -73.815970 |
Old Germania Heights | 40.708060 , -73.914170 |
Queensbridge Houses | 40.755280 , -73.945000 |
Ravenswood Houses | 40.760560 , -73.936110 |
Roy Reuther Houses | 40.595560 , -73.742220 |
Surrey Estates | 40.734440 , -73.748060 |
Walden Terrace | 40.730830 , -73.857780 |
Woodside Houses | 40.756110 , -73.909720 |
Notes:
- You can download geometry data for Queens 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.