Jefferson (Mississippi) Map Cropping Samples
Jefferson (Mississippi) Map Cropping Samples-1
Jefferson (Mississippi) Map Cropping Samples-2
Jefferson neighborhoods and villages map with 3D shadow effect
flag map of Jefferson with 3D shadow effect
Jefferson map with 3d shadow effect
Download outline map of Jefferson (geojson format) :
Jefferson.geojson (**)
Download polygon array of Jefferson map for "Google Maps" :
Jefferson.txt
Bounding Box for Jefferson Map : ( 31.610068 , -91.365614 , 31.869848 , -90.736282 )
Wikipedia ID for Jefferson : Q490884
Wikipedia SPARQL Query for Jefferson (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q490884 wdt:P1082 ?population. }
OPTIONAL { wd:Q490884 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q490884 wdt:P2046 ?area. }
OPTIONAL { wd:Q490884 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q490884 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q490884 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 Jefferson map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.610068, -91.365614, 31.869848, -90.736282);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Jefferson)
[out:json];
(
rel["name"="Jefferson"][type=boundary];
rel["name:en"="Jefferson"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Jefferson
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Blue Hill | 31.762940 , -90.857600 |
Cadillac | 31.651550 , -91.110380 |
Cannonsburg | 31.633780 , -91.211220 |
Church Hill | 31.726250 , -91.178667 |
Clifton | 31.834880 , -91.044550 |
Dennis Crossroads | 31.758220 , -90.959550 |
Elmo | 31.621830 , -90.938440 |
Fayette | 31.712206 , -91.062060 |
Four Forks | 31.628220 , -91.127610 |
Harriston | 31.725160 , -91.032330 |
Lorman | 31.820440 , -91.050110 |
McBride | 31.765720 , -90.782320 |
McNair | 31.638500 , -91.042050 |
Perth | 31.659330 , -90.867880 |
Pleasant Hill | 31.724330 , -90.736770 |
Red Lick | 31.792380 , -90.979270 |
Rodney | 31.861270 , -91.199830 |
Stampley | 31.637110 , -91.131220 |
Stonington | 31.759050 , -91.017330 |
Union Church | 31.682940 , -90.787600 |
Notes:
- You can download geometry data for Jefferson 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.