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.778386 , -76.938006 , 38.124444 , -76.507811 )
Wikipedia ID for Richmond : Q505854
Wikipedia SPARQL Query for Richmond (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q505854 wdt:P1082 ?population. }
OPTIONAL { wd:Q505854 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q505854 wdt:P2046 ?area. }
OPTIONAL { wd:Q505854 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q505854 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q505854 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 Richmond map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.778386, -76.938006, 38.124444, -76.507811);
);
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) |
China Hill | 38.092910 , -76.881630 |
Cobham Park | 37.940690 , -76.746350 |
Downings | 37.844580 , -76.623010 |
Emmerton | 37.899300 , -76.679680 |
Ethel | 37.996240 , -76.780790 |
Fairplay | 37.837360 , -76.619400 |
Farmers Fork | 38.037910 , -76.794960 |
Farnham | 37.885410 , -76.624960 |
Foneswood | 38.104850 , -76.901080 |
Germans Corner | 38.002360 , -76.855240 |
Havelock | 38.020690 , -76.838570 |
Haynesville | 37.950130 , -76.662460 |
Ivondale | 37.851800 , -76.668290 |
Kennard | 37.915690 , -76.747740 |
Lyells | 37.997080 , -76.728850 |
Moores Mill | 37.918470 , -76.658570 |
Mulch | 37.903470 , -76.570790 |
Naylors | 37.974860 , -76.859410 |
Naylors Beach | 37.977630 , -76.863020 |
Newland | 38.049860 , -76.871630 |
Oak Row | 38.060130 , -76.881910 |
Oakley Landing | 37.798750 , -76.652460 |
Piney Grove | 38.026800 , -76.786350 |
Ramey Fork | 38.029580 , -76.862190 |
Reynolds Corner | 37.902080 , -76.544950 |
Rich Neck | 37.975130 , -76.660230 |
Robley | 37.846800 , -76.580230 |
Scotts Corner | 37.883470 , -76.606340 |
Sexton Hill | 38.015410 , -76.794130 |
Sharps | 37.824030 , -76.700790 |
Simons Corner | 37.852080 , -76.686350 |
Simonson | 37.806800 , -76.633570 |
Singerly | 38.080410 , -76.896360 |
Tallent Town | 38.013190 , -76.769400 |
Tidewater | 37.855140 , -76.698570 |
Totuskey | 37.944020 , -76.617180 |
Warsaw | 37.960254 , -76.761052 |
Wellford | 37.885690 , -76.765790 |
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.