Download outline map of Richland (geojson format) :
Richland.geojson (**)
Download polygon array of Richland map for "Google Maps" :
Richland.txt
Bounding Box for Richland Map : ( 32.15155 , -92.034669 , 32.667341 , -91.430908 )
Wikipedia ID for Richland : Q507028
Wikipedia SPARQL Query for Richland (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q507028 wdt:P1082 ?population. }
OPTIONAL { wd:Q507028 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q507028 wdt:P2046 ?area. }
OPTIONAL { wd:Q507028 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q507028 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q507028 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 Richland map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.15155, -92.034669, 32.667341, -91.430908);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Richland)
[out:json];
(
rel["name"="Richland"][type=boundary];
rel["name:en"="Richland"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Richland
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alto | 32.357650 , -91.859850 |
Archibald | 32.349040 , -91.777350 |
Bardel | 32.550970 , -91.757630 |
Bee Bayou | 32.473200 , -91.695680 |
Buckner | 32.300980 , -91.938740 |
Charlieville | 32.306820 , -91.919300 |
Dehlco | 32.396530 , -91.769570 |
Delhi | 32.453248 , -91.489952 |
Dunn | 32.464310 , -91.578450 |
Four Forks | 32.320150 , -91.869570 |
Gilleyville | 32.302930 , -91.894570 |
Girard | 32.481810 , -91.806520 |
Holly Ridge | 32.467640 , -91.626790 |
Mangham | 32.308579 , -91.779551 |
Mitchiner | 32.581530 , -91.486230 |
New Light | 32.261260 , -91.783740 |
Rayville | 32.470703 , -91.757569 |
Rhymes | 32.379040 , -91.899020 |
Sacksonia | 32.466530 , -91.602070 |
Scott Landing | 32.434310 , -91.487340 |
Start | 32.490203 , -91.865017 |
Warden | 32.537640 , -91.497060 |
Notes:
- You can download geometry data for Richland 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.