Martin (North Carolina) Map Cropping Samples
Martin (North Carolina) Map Cropping Samples-1
Martin (North Carolina) Map Cropping Samples-2
Martin neighborhoods and villages map with 3D shadow effect
flag map of Martin with 3D shadow effect
Martin map with 3d shadow effect
Download outline map of Martin (geojson format) :
Martin.geojson (**)
Download polygon array of Martin map for "Google Maps" :
Martin.txt
Bounding Box for Martin Map : ( 35.658485 , -77.409122 , 36.074937 , -76.760795 )
Wikipedia ID for Martin : Q505359
Wikipedia SPARQL Query for Martin (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q505359 wdt:P1082 ?population. }
OPTIONAL { wd:Q505359 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q505359 wdt:P2046 ?area. }
OPTIONAL { wd:Q505359 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q505359 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q505359 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 Martin map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.658485, -77.409122, 36.074937, -76.760795);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Martin)
[out:json];
(
rel["name"="Martin"][type=boundary];
rel["name:en"="Martin"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Martin
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ballard | 35.903770 , -77.148850 |
Bear Grass | 35.766048 , -77.129098 |
Church Crossroads | 35.791270 , -77.183020 |
Conoho | 35.983490 , -77.311350 |
Coreys Crossroads | 35.740720 , -77.076340 |
Dardens | 35.820440 , -76.815500 |
Everetts | 35.834690 , -77.172292 |
Farmlife | 35.735160 , -76.979400 |
Gold Point | 35.870440 , -77.241350 |
Hamilton | 35.944318 , -77.206691 |
Hassell | 35.908387 , -77.276323 |
Jamesville | 35.811960 , -76.900181 |
Mount Pilgrim | 36.009880 , -77.336080 |
Oak City | 35.961682 , -77.304044 |
Parmele | 35.818950 , -77.314602 |
Roberson Store | 35.775747 , -76.927342 |
Robersonville | 35.824789 , -77.252947 |
Smithwick | 35.726550 , -77.036340 |
Williamston | 35.849014 , -77.065375 |
Woodland Acres | 35.808490 , -77.066340 |
Notes:
- You can download geometry data for Martin 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.