Download outline map of Richmond (geojson format) :
Richmond.geojson (**)
Download polygon array of Richmond map for "Google Maps" :
Richmond.txt
Bounding Box for Richmond Map : ( 37.446553 , -77.601011 , 37.602446 , -77.385322 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Richmond map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.446553, -77.601011, 37.602446, -77.385322);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Richmond)
[out:json];
(
rel["name"="Richmond"][type=boundary];
rel["name:en"="Richmond"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Richmond
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Granite | 37.532920 , -77.507210 |
Manchester | 37.490156 , -77.539631 |
Montrose Heights | 37.519590 , -77.392200 |
Old Gun | 37.534590 , -77.592210 |
Richmond | 37.529422 , -77.475559 |
Rio Vista | 37.569040 , -77.522760 |
Saunders | 37.540434 , -77.461541 |
Stewart | 37.555265 , -77.486829 |
Warwick | 37.459040 , -77.422760 |
Woodland Park | 37.519310 , -77.461100 |
Notes:
- You can download geometry data for Richmond 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.