George (Mississippi) Map Cropping Samples
George (Mississippi) Map Cropping Samples-1
George (Mississippi) Map Cropping Samples-2
George neighborhoods and villages map with 3D shadow effect
flag map of George with 3D shadow effect
George map with 3d shadow effect
Download outline map of George (geojson format) :
George.geojson (**)
Download polygon array of George map for "Google Maps" :
George.txt
Bounding Box for George Map : ( 30.734236 , -88.885038 , 30.998785 , -88.412612 )
Wikipedia ID for George : Q485445
Wikipedia SPARQL Query for George (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q485445 wdt:P1082 ?population. }
OPTIONAL { wd:Q485445 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q485445 wdt:P2046 ?area. }
OPTIONAL { wd:Q485445 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q485445 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q485445 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 George map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.734236, -88.885038, 30.998785, -88.412612);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (George)
[out:json];
(
rel["name"="George"][type=boundary];
rel["name:en"="George"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of George
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Agricola | 30.807690 , -88.520020 |
Avent | 30.981580 , -88.779200 |
Barton | 30.771020 , -88.598080 |
Benndale | 30.871580 , -88.806980 |
Bexley | 30.966580 , -88.674200 |
Central | 30.881300 , -88.654190 |
Crossroads | 30.885190 , -88.710590 |
Dale | 30.834910 , -88.783090 |
Darling Landing | 30.781300 , -88.472520 |
Evanston | 30.907410 , -88.563630 |
Gibson Landing | 30.767410 , -88.670300 |
Howell | 30.793800 , -88.428900 |
Latonia | 30.861020 , -88.427790 |
Lucedale | 30.931215 , -88.595896 |
Merrill | 30.979080 , -88.720590 |
Movella | 30.764080 , -88.506410 |
Pascagoula River Estates | 30.842690 , -88.756140 |
Riverview Estates | 30.871020 , -88.775030 |
Rock Creek | 30.952960 , -88.538910 |
Ruble | 30.773520 , -88.870870 |
Shipman | 30.877410 , -88.475020 |
Vaughan | 30.859080 , -88.515570 |
Ward | 30.866850 , -88.547240 |
Waters Landing | 30.790740 , -88.464740 |
Notes:
- You can download geometry data for George 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.