New York (New York) Map Cropping Samples
New York (New York) Map Cropping Samples-1
New York (New York) Map Cropping Samples-2
New York neighborhoods and villages map with 3D shadow effect
flag map of New York with 3D shadow effect
New York map with 3d shadow effect
Download outline map of New York (geojson format) :
New York.geojson (**)
Download polygon array of New York map for "Google Maps" :
New York.txt
Bounding Box for New York Map : ( 40.679548 , -74.047285 , 40.882214 , -73.907 )
Wikipedia ID for New York : Q500416
Wikipedia SPARQL Query for New York (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q500416 wdt:P1082 ?population. }
OPTIONAL { wd:Q500416 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q500416 wdt:P2046 ?area. }
OPTIONAL { wd:Q500416 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q500416 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q500416 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 New York map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](40.679548, -74.047285, 40.882214, -73.907);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (New York)
[out:json];
(
rel["name"="New York"][type=boundary];
rel["name:en"="New York"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of New York
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Colonial Park Houses | 40.833610 , -73.936390 |
East River Houses | 40.713330 , -73.979170 |
Esplanade Gardens | 40.822780 , -73.936390 |
Gashouse District | 40.735400 , -73.981000 |
Gracie Square | 40.775400 , -73.946200 |
Harlem River Houses | 40.826390 , -73.936940 |
Hillman Housing | 40.714440 , -73.981110 |
James Weldon Johnson Houses | 40.796940 , -73.942780 |
Mount Morris Park Historic District | 40.804720 , -73.946670 |
Polo Grounds Houses | 40.830830 , -73.938060 |
Taino Towers | 40.800830 , -73.933610 |
Notes:
- You can download geometry data for New York 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.