Download outline map of Essex (geojson format) :
Essex.geojson (**)
Download polygon array of Essex map for "Google Maps" :
Essex.txt
Bounding Box for Essex Map : ( 37.728605 , -77.1701 , 38.162031 , -76.668182 )
Wikipedia ID for Essex : Q182112
Wikipedia SPARQL Query for Essex (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q182112 wdt:P1082 ?population. }
OPTIONAL { wd:Q182112 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q182112 wdt:P2046 ?area. }
OPTIONAL { wd:Q182112 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q182112 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q182112 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 Essex map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.728605, -77.1701, 38.162031, -76.668182);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Essex)
[out:json];
(
rel["name"="Essex"][type=boundary];
rel["name:en"="Essex"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Essex
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Battery | 37.965690 , -77.023860 |
| Beazley | 37.964860 , -77.069970 |
| Bestland | 37.807360 , -76.882460 |
| Brays | 37.895690 , -76.873300 |
| Brays Fork | 37.900410 , -76.866910 |
| Butylo | 37.770970 , -76.688010 |
| Caret | 37.982640 , -76.961360 |
| Center Cross | 37.804580 , -76.778850 |
| Champlain | 38.013470 , -76.992750 |
| Chance | 38.057080 , -77.008300 |
| Desha | 37.915690 , -76.920240 |
| Dunnsville | 37.857640 , -76.819680 |
| Elevon | 37.994020 , -77.073030 |
| Eubank | 37.852080 , -76.772740 |
| Fairview | 37.898190 , -76.812740 |
| Farmers Fork | 38.061240 , -77.106090 |
| Henley Fork | 37.885690 , -76.898580 |
| Howertons | 37.831250 , -76.889970 |
| Hustle | 38.042630 , -77.069420 |
| Iraville | 38.088740 , -77.072200 |
| Jacks Fork | 38.047910 , -77.136090 |
| Jenkins Landing | 37.980410 , -76.926080 |
| Kino | 37.904580 , -76.941360 |
| Laneview | 37.758750 , -76.724680 |
| Layton | 38.087630 , -76.990800 |
| Lloyds | 38.000970 , -77.014970 |
| Longist Forks | 37.890970 , -76.906630 |
| Loretto | 38.076240 , -77.050530 |
| Lowerys Landing | 37.895410 , -76.798570 |
| Lowerys Point Landing | 37.902360 , -76.820520 |
| Meade | 37.877920 , -76.963580 |
| Millers Tavern | 37.828190 , -76.944970 |
| Minor | 37.839310 , -76.982750 |
| Montague | 37.768200 , -76.737460 |
| Mount Pleasant | 38.102360 , -77.051920 |
| Oakley | 37.774860 , -76.754960 |
| Occupacia | 38.040410 , -77.017470 |
| Ozeana | 37.825140 , -76.801350 |
| Pauls Crossroads | 37.865140 , -76.910240 |
| Pigeon Hill | 37.936800 , -76.946360 |
| Red Hill | 37.889860 , -76.805240 |
| Rexburg | 37.936530 , -76.986910 |
| Tappahannock | 37.918424 , -76.866609 |
| Taylors | 38.054300 , -77.088030 |
| Upper Mount Landing | 37.947360 , -76.938580 |
| Upright | 37.809860 , -76.837740 |
| Wares Wharf | 37.873750 , -76.783570 |
| Wildwood Beach | 37.806530 , -76.740240 |
Notes:
- You can download geometry data for Essex 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.