Download outline map of Middlesex (geojson format) :
Middlesex.geojson (**)
Download polygon array of Middlesex map for "Google Maps" :
Middlesex.txt
Bounding Box for Middlesex Map : ( 37.510214 , -76.751193 , 37.778386 , -76.140835 )
Wikipedia ID for Middlesex : Q341865
Wikipedia SPARQL Query for Middlesex (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q341865 wdt:P1082 ?population. }
OPTIONAL { wd:Q341865 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q341865 wdt:P2046 ?area. }
OPTIONAL { wd:Q341865 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q341865 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q341865 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 Middlesex map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.510214, -76.751193, 37.778386, -76.140835);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Middlesex)
[out:json];
(
rel["name"="Middlesex"][type=boundary];
rel["name:en"="Middlesex"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Middlesex
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Amburg | 37.553750 , -76.358280 |
| Barretts | 37.576530 , -76.443840 |
| Bayport | 37.754580 , -76.673570 |
| Bushy | 37.576530 , -76.409670 |
| Christchurch | 37.604860 , -76.534400 |
| Church View | 37.677640 , -76.678290 |
| Cooks Corner | 37.601530 , -76.566060 |
| Cooper | 37.610690 , -76.518560 |
| Deltaville | 37.550927 , -76.329333 |
| Fairfield Landing | 37.539580 , -76.476060 |
| Farley Park Corner | 37.642640 , -76.676070 |
| Free Shade Corner | 37.560420 , -76.450230 |
| Grafton | 37.559030 , -76.470230 |
| Grinels | 37.569860 , -76.358280 |
| Hardyville | 37.556800 , -76.371890 |
| Harmony Village | 37.581530 , -76.487450 |
| Hartfield | 37.551250 , -76.446060 |
| Healys | 37.572920 , -76.511620 |
| Jamaica | 37.715140 , -76.694120 |
| Locklies | 37.594580 , -76.439670 |
| Locust Hill | 37.599310 , -76.511060 |
| Mount Zion | 37.672090 , -76.667180 |
| Nesting | 37.734030 , -76.648570 |
| Nohead Bottom | 37.593190 , -76.499390 |
| Piankatank Shores | 37.545690 , -76.495500 |
| Regent | 37.588190 , -76.441610 |
| Remlik | 37.661530 , -76.618840 |
| Revis | 37.670700 , -76.655230 |
| Ruark | 37.544300 , -76.341890 |
| Saluda | 37.605275 , -76.593798 |
| Samos | 37.700700 , -76.638010 |
| Stampers | 37.539860 , -76.432450 |
| Stingray Point | 37.558740 , -76.305220 |
| Stormont | 37.597080 , -76.568290 |
| Syringa | 37.579030 , -76.456610 |
| Topping | 37.588190 , -76.474390 |
| Urbanna | 37.639616 , -76.574613 |
| Wake | 37.568190 , -76.429110 |
| Warner | 37.638470 , -76.645510 |
| Water View | 37.724580 , -76.613570 |
| Wilton | 37.549580 , -76.407170 |
| Woodstock | 37.540690 , -76.485780 |
Notes:
- You can download geometry data for Middlesex 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.