Download outline map of Cross (geojson format) :
Cross.geojson (**)
Download polygon array of Cross map for "Google Maps" :
Cross.txt
Bounding Box for Cross Map : ( 35.143368 , -91.04267 , 35.449711 , -90.502169 )
Wikipedia ID for Cross : Q61036
Wikipedia SPARQL Query for Cross (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q61036 wdt:P1082 ?population. }
OPTIONAL { wd:Q61036 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q61036 wdt:P2046 ?area. }
OPTIONAL { wd:Q61036 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q61036 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q61036 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 Cross map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.143368, -91.04267, 35.449711, -90.502169);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Cross)
[out:json];
(
rel["name"="Cross"][type=boundary];
rel["name:en"="Cross"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Cross
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Birdeye | 35.378700 , -90.687330 |
Central | 35.252030 , -90.933730 |
Cherry Valley | 35.402027 , -90.754503 |
Coldwater | 35.364530 , -90.579000 |
Colton Crossing | 35.365360 , -90.612330 |
Duvall | 35.208420 , -90.560110 |
Ellis Chapel | 35.193140 , -90.899560 |
Fair Field | 35.327030 , -90.825950 |
Fair Oaks | 35.243420 , -91.031230 |
Flag Lake Crossing | 35.223700 , -90.643160 |
Fortune | 35.414810 , -90.553160 |
Gieseck | 35.180090 , -90.560380 |
Gladden | 35.164530 , -90.560380 |
Hickory Ridge | 35.402628 , -90.994330 |
L'Anguille | 35.236750 , -90.894280 |
Levesque | 35.249250 , -90.710670 |
Love Place | 35.316480 , -90.573720 |
McDonald | 35.270090 , -90.602050 |
McElroy | 35.214810 , -90.837610 |
Mersman | 35.359250 , -90.754280 |
Monterey | 35.422580 , -90.600660 |
Parkin | 35.263260 , -90.552852 |
Pittinger | 35.442310 , -90.986510 |
Pleasant Hill | 35.345360 , -90.719560 |
Princedale | 35.263980 , -90.647050 |
River Front | 35.262870 , -90.666780 |
Riverside | 35.243980 , -90.570660 |
Rose Place | 35.238700 , -90.595940 |
Smith Chapel | 35.163980 , -90.847060 |
Tilton | 35.317310 , -91.014010 |
Togo | 35.340920 , -90.548720 |
Twist | 35.376200 , -90.507330 |
Vanndale | 35.313420 , -90.774000 |
Wick Mill | 35.163150 , -90.935950 |
Wilkins | 35.162870 , -90.802340 |
Wittsburg | 35.218980 , -90.701780 |
Wynne | 35.232396 , -90.789683 |
Yarbo Place | 35.357310 , -90.519550 |
Notes:
- You can download geometry data for Cross 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.