Download outline map of Fulton (geojson format) :
Fulton.geojson (**)
Download polygon array of Fulton map for "Google Maps" :
Fulton.txt
Bounding Box for Fulton Map : ( 36.249945 , -92.159215 , 36.49957 , -91.450002 )
Wikipedia ID for Fulton : Q61007
Wikipedia SPARQL Query for Fulton (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q61007 wdt:P1082 ?population. }
OPTIONAL { wd:Q61007 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q61007 wdt:P2046 ?area. }
OPTIONAL { wd:Q61007 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q61007 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q61007 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 Fulton map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.249945, -92.159215, 36.49957, -91.450002);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Fulton)
[out:json];
(
rel["name"="Fulton"][type=boundary];
rel["name:en"="Fulton"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Fulton
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Agnos | 36.277290 , -91.691530 |
Baker Ford | 36.376450 , -91.561250 |
Bexar | 36.286730 , -91.995710 |
Byron | 36.322570 , -91.957650 |
Camp | 36.414230 , -91.734870 |
Cherokee Village | 36.295974 , -91.570117 |
Elizabeth | 36.331450 , -92.095990 |
Fairview | 36.309790 , -91.828200 |
Flint Springs | 36.399790 , -91.929040 |
French | 36.360620 , -91.693480 |
Fryatt | 36.463670 , -91.651260 |
Gepp | 36.387840 , -92.104320 |
Glencoe | 36.294230 , -91.747370 |
Heart | 36.323680 , -91.714870 |
King | 36.403680 , -91.526530 |
Kittle | 36.266730 , -91.628200 |
Mammoth Spring | 36.492191 , -91.541199 |
Many Islands | 36.388950 , -91.529310 |
Mitchell | 36.323680 , -92.012650 |
Moko | 36.467560 , -91.839870 |
Morriston | 36.265900 , -91.780420 |
Mount Pleasant | 36.292570 , -91.885700 |
Ott | 36.498330 , -92.078610 |
Pickren Hall | 36.429230 , -92.054880 |
Ruth | 36.370070 , -92.136270 |
Salem | 36.371291 , -91.824675 |
Shady Grove | 36.366730 , -91.912930 |
Sturkie | 36.457290 , -91.873200 |
Union | 36.259790 , -91.921260 |
Vidette | 36.427290 , -92.118490 |
Viola | 36.397066 , -91.986050 |
Wild Cherry | 36.263960 , -92.056820 |
Woodland Hills | 36.378400 , -91.463190 |
Notes:
- You can download geometry data for Fulton 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.