Download outline map of Guilford (geojson format) :
Guilford.geojson (**)
Download polygon array of Guilford map for "Google Maps" :
Guilford.txt
Bounding Box for Guilford Map : ( 35.899627 , -80.046955 , 36.257515 , -79.532365 )
Wikipedia ID for Guilford : Q502257
Wikipedia SPARQL Query for Guilford (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q502257 wdt:P1082 ?population. }
OPTIONAL { wd:Q502257 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q502257 wdt:P2046 ?area. }
OPTIONAL { wd:Q502257 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q502257 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q502257 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 Guilford map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.899627, -80.046955, 36.257515, -79.532365);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Guilford)
[out:json];
(
rel["name"="Guilford"][type=boundary];
rel["name:en"="Guilford"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Guilford
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Allen Jay | 35.924030 , -79.965320 |
| Bakertown | 35.930140 , -79.967260 |
| Brightwood | 36.132910 , -79.759470 |
| Broadview | 36.119580 , -79.784200 |
| Browns Summit | 36.212640 , -79.713640 |
| Climax | 35.912910 , -79.717530 |
| Colfax | 36.112640 , -80.014480 |
| Deep River | 36.030410 , -79.968370 |
| Florence | 36.025410 , -79.958930 |
| Forest Oaks | 35.988841 , -79.707983 |
| Freeman Mill | 35.938190 , -79.890310 |
| Friendship | 36.092080 , -79.953930 |
| Gibsonville | 36.098924 , -79.542484 |
| Greensboro | 36.095961 , -79.827303 |
| Greesons Crossroads | 36.034860 , -79.638640 |
| Groometown | 35.991250 , -79.867530 |
| Guilford | 36.076800 , -79.898090 |
| High Point | 35.988080 , -79.993259 |
| Hillsdale | 36.200140 , -79.844200 |
| Hilltop | 36.030690 , -79.884480 |
| Jamestown | 35.998332 , -79.935383 |
| Julian | 35.905140 , -79.660300 |
| Kirkman Crossroad | 35.968470 , -79.879200 |
| Lakewood | 36.141250 , -79.694470 |
| Latham Park | 36.090410 , -79.801140 |
| Latham Town | 36.050970 , -79.844480 |
| McLeansville | 36.104501 , -79.655456 |
| Miles Crossroad | 35.946800 , -79.887810 |
| Monticello | 36.219300 , -79.677810 |
| Mount Zion | 36.097080 , -79.725860 |
| Nocho Park | 36.065970 , -79.771140 |
| North Hyde Park | 36.126800 , -79.809200 |
| Oak Hollow Lake | 36.035410 , -80.005320 |
| Oak Ridge | 36.173735 , -79.991766 |
| Ogburns Crossroads | 36.246800 , -79.920870 |
| Osceola | 36.227910 , -79.615580 |
| Piedmont Heights | 36.055690 , -79.822810 |
| Pinecroft | 36.028470 , -79.838920 |
| Pleasant Garden | 35.959142 , -79.759789 |
| Rankin | 36.117080 , -79.763640 |
| Ridgefield | 36.014860 , -79.896980 |
| Rudd | 36.165970 , -79.742810 |
| Scalesville | 36.236250 , -79.844480 |
| Scott Park | 36.077360 , -79.765030 |
| Sedalia | 36.076212 , -79.621387 |
| Springfield | 35.932910 , -79.987260 |
| Starmount Forest | 36.079580 , -79.844200 |
| Stewarts Mill | 36.042080 , -79.665580 |
| Stokesdale | 36.231841 , -79.983360 |
| Summerfield | 36.197190 , -79.899858 |
| Troxlers Mill | 36.040410 , -79.682800 |
| Vandalia | 36.016520 , -79.776420 |
| Whitsett | 36.078473 , -79.572188 |
Notes:
- You can download geometry data for Guilford 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.