Download outline map of Charlotte (geojson format) :
Charlotte.geojson (**)
Download polygon array of Charlotte map for "Google Maps" :
Charlotte.txt
Bounding Box for Charlotte Map : ( 26.769552 , -82.437327 , 27.03525 , -81.562202 )
Wikipedia ID for Charlotte : Q488499
Wikipedia SPARQL Query for Charlotte (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q488499 wdt:P1082 ?population. }
OPTIONAL { wd:Q488499 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q488499 wdt:P2046 ?area. }
OPTIONAL { wd:Q488499 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q488499 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q488499 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 Charlotte map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](26.769552, -82.437327, 27.03525, -81.562202);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Charlotte)
[out:json];
(
rel["name"="Charlotte"][type=boundary];
rel["name:en"="Charlotte"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Charlotte
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Acline | 26.885060 , -82.015090 |
| Aqui Esta | 26.906450 , -82.047030 |
| Burnt Store Lakes | 26.892840 , -82.026200 |
| Cape Haze | 26.850340 , -82.294260 |
| Charlotte Beach | 26.913000 , -82.196167 |
| Charlotte Harbor | 26.960620 , -82.060005 |
| Charlotte Park | 26.903072 , -82.048551 |
| Cleveland | 26.952903 , -81.992425 |
| Deep Creek | 27.017000 , -82.015090 |
| El Jobean | 26.964500 , -82.210650 |
| Fishermens Village | 26.928670 , -82.061480 |
| Gasparilla | 26.804790 , -82.276760 |
| Gilchrist | 26.775340 , -81.892310 |
| Grove City | 26.907080 , -82.325813 |
| Gulf Cove | 26.954436 , -82.214899 |
| Harbor View | 26.969230 , -82.041200 |
| Harbour Heights | 26.992730 , -82.007189 |
| Lake Suzy | 27.018880 , -82.035963 |
| Lazy Lagoon Mobile Park | 26.975500 , -81.962130 |
| Manasota Key | 26.921861 , -82.353698 |
| Mobile Gardens | 26.929230 , -82.319260 |
| Morgantown | 27.006170 , -81.967590 |
| Murdock | 27.012840 , -82.146200 |
| New Point Comfort | 26.930900 , -82.340930 |
| Peace River Shores | 27.030330 , -81.962590 |
| Pirate Harbor | 26.802840 , -82.045090 |
| Placida | 26.832290 , -82.264820 |
| Port Charlotte | 26.990282 , -82.113448 |
| Punta Gorda | 26.895407 , -82.054557 |
| Punta Gorda Beach | 26.923400 , -82.359820 |
| Ridge Harbor | 26.990610 , -81.954530 |
| Riviera Lagoons | 26.882840 , -82.002870 |
| Rotonda | 26.884483 , -82.279077 |
| Sancassa | 26.934510 , -82.301760 |
| Sans Souci | 26.985340 , -81.967590 |
| Shaefer | 26.907290 , -82.325370 |
| Solana | 26.938870 , -82.027740 |
| Sparkman | 27.006450 , -81.711470 |
| Tee and Green Estates | 26.945060 , -82.002310 |
| Tropical Gulf Acres | 26.842010 , -81.990920 |
| Tuckers Corner | 26.857840 , -81.759530 |
| Vizcaya Lakes | 26.974450 , -82.210860 |
Notes:
- You can download geometry data for Charlotte 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.