Pierce (Georgia) Map Cropping Samples
Pierce (Georgia) Map Cropping Samples-1
Pierce (Georgia) Map Cropping Samples-2
Pierce neighborhoods and villages map with 3D shadow effect
flag map of Pierce with 3D shadow effect
Pierce map with 3d shadow effect
Download outline map of Pierce (geojson format) :
Pierce.geojson (**)
Download polygon array of Pierce map for "Google Maps" :
Pierce.txt
Bounding Box for Pierce Map : ( 31.202082 , -82.417412 , 31.530699 , -81.992114 )
Wikipedia ID for Pierce : Q486800
Wikipedia SPARQL Query for Pierce (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q486800 wdt:P1082 ?population. }
OPTIONAL { wd:Q486800 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q486800 wdt:P2046 ?area. }
OPTIONAL { wd:Q486800 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q486800 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q486800 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 Pierce map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.202082, -82.417412, 31.530699, -81.992114);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Pierce)
[out:json];
(
rel["name"="Pierce"][type=boundary];
rel["name:en"="Pierce"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Pierce
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aspinwall | 31.434940 , -82.174010 |
Blackshear | 31.298903 , -82.242999 |
Bristol | 31.448550 , -82.214570 |
Mershon | 31.464100 , -82.257350 |
Offerman | 31.408827 , -82.113193 |
Otter Creek | 31.323830 , -82.134290 |
Owen | 31.343830 , -82.189840 |
Patterson | 31.385280 , -82.137119 |
Walkersville | 31.393830 , -82.275960 |
Youman | 31.259940 , -82.254290 |
Notes:
- You can download geometry data for Pierce 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.