Download outline map of Fairfield (geojson format) :
Fairfield.geojson (**)
Download polygon array of Fairfield map for "Google Maps" :
Fairfield.txt
Bounding Box for Fairfield Map : ( 34.174552 , -81.427545 , 34.572029 , -80.769926 )
Wikipedia ID for Fairfield : Q505975
Wikipedia SPARQL Query for Fairfield (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q505975 wdt:P1082 ?population. }
OPTIONAL { wd:Q505975 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q505975 wdt:P2046 ?area. }
OPTIONAL { wd:Q505975 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q505975 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q505975 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 Fairfield map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.174552, -81.427545, 34.572029, -80.769926);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Fairfield)
[out:json];
(
rel["name"="Fairfield"][type=boundary];
rel["name:en"="Fairfield"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Fairfield
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Adger | 34.436530 , -81.125640 |
| Alston | 34.243480 , -81.316760 |
| Blair | 34.421530 , -81.396210 |
| Bucklick | 34.451260 , -80.903420 |
| Clayton | 34.487920 , -81.418990 |
| Colonel Creek Landing | 34.369040 , -80.797030 |
| Cool Branch | 34.549310 , -81.379540 |
| Dawkins | 34.355700 , -81.368150 |
| Douglass | 34.458750 , -81.248700 |
| Dutchman Creek | 34.423200 , -80.884800 |
| Feasterville | 34.502360 , -81.360370 |
| Jenkinsville | 34.312881 , -81.287331 |
| Lebanon | 34.411530 , -81.204810 |
| Longtown | 34.347650 , -80.837300 |
| Mitford | 34.527370 , -80.955360 |
| Monticello | 34.352650 , -81.298430 |
| Old Buckhead | 34.450140 , -81.300930 |
| Parr | 34.265980 , -81.332600 |
| Richtex | 34.183480 , -81.181760 |
| Ridgeway | 34.306542 , -80.960082 |
| Rion | 34.307090 , -81.125090 |
| Rock Creek | 34.412640 , -81.354260 |
| Rock Hill | 34.251820 , -81.255090 |
| Rockton | 34.347370 , -81.087310 |
| Salem Crossroads | 34.421530 , -81.297870 |
| Shelton | 34.497360 , -81.420100 |
| Simpson | 34.308480 , -81.045370 |
| Smallwood | 34.282650 , -80.950360 |
| Strother | 34.393750 , -81.394820 |
| Taylors Creek | 34.442650 , -80.883140 |
| Wallaceville | 34.212090 , -81.252590 |
| White Oak | 34.474310 , -81.116480 |
| Winnsboro | 34.371823 , -81.090657 |
| Winnsboro Mills | 34.356123 , -81.070960 |
| Woodward | 34.527360 , -81.171480 |
Notes:
- You can download geometry data for Fairfield 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.