Download outline map of Collier (geojson format) :
Collier.geojson (**)
Download polygon array of Collier map for "Google Maps" :
Collier.txt
Bounding Box for Collier Map : ( 25.769452 , -81.905501 , 26.517069 , -80.872748 )
Wikipedia ID for Collier : Q488531
Wikipedia SPARQL Query for Collier (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q488531 wdt:P1082 ?population. }
OPTIONAL { wd:Q488531 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q488531 wdt:P2046 ?area. }
OPTIONAL { wd:Q488531 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q488531 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q488531 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 Collier map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](25.769452, -81.905501, 26.517069, -80.872748);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Collier)
[out:json];
(
rel["name"="Collier"][type=boundary];
rel["name:en"="Collier"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Collier
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ave Maria | 26.336670 , -81.438060 |
Barefoot Beach | 26.328800 , -81.843700 |
Belle Meade | 26.049820 , -81.699530 |
Carnestown | 25.910930 , -81.364250 |
Caxambas | 25.910930 , -81.697860 |
Chokoloskee | 25.814228 , -81.360109 |
Copeland | 25.953710 , -81.355910 |
Corkscrew | 26.472020 , -81.559250 |
Deep Lake | 26.042590 , -81.343970 |
East Naples | 26.138420 , -81.766480 |
Everglades | 25.857660 , -81.386157 |
Everglades City | 25.860100 , -81.380360 |
Four Seasons | 26.267590 , -81.764530 |
Golden Gate | 26.184396 , -81.703106 |
Golden Gates Estates | 26.167030 , -81.529530 |
Goodland | 25.924813 , -81.647634 |
Grocery Place | 25.952320 , -81.615920 |
Harker | 26.343410 , -81.343410 |
Immokalee | 26.425298 , -81.425089 |
Island Walk | 26.250990 , -81.711011 |
Isles of Capri | 25.982870 , -81.727590 |
Jerome | 25.997320 , -81.346740 |
Lee Cypress | 25.944460 , -81.370120 |
Lely | 26.103203 , -81.729628 |
Lely Resort | 26.089013 , -81.703179 |
Lely Shipping | 26.078650 , -81.715621 |
Marco | 25.972600 , -81.728980 |
Marco Island | 25.933236 , -81.700987 |
Miles City | 26.154260 , -81.344520 |
Naples | 26.150216 , -81.794871 |
Naples Manor | 26.089173 , -81.725293 |
Naples Park | 26.263348 , -81.809436 |
North Naples | 26.219250 , -81.791750 |
Ochopee | 25.901490 , -81.303410 |
Old Grove | 25.958990 , -81.608700 |
Old Marco Junction | 26.022870 , -81.700640 |
Orangetree | 26.292893 , -81.578564 |
Palm River | 26.277310 , -81.776200 |
Palm River Estates | 26.278420 , -81.777860 |
Palm River Shores | 26.273980 , -81.787860 |
Paolita Station | 25.853507 , -80.945205 |
Pelican Bay | 26.232572 , -81.810625 |
Pelican Lake Motorcoach Resort | 26.033940 , -81.694440 |
Pine Ridge | 26.232122 , -81.795371 |
Plantation Island | 25.847481 , -81.375444 |
Port Royal | 26.110930 , -81.793140 |
Royal Palm Hammock | 25.994260 , -81.591750 |
Shell Island | 26.024260 , -81.732590 |
Southwind Mobile Village | 26.156130 , -81.739910 |
Sunniland | 26.269250 , -81.341740 |
The Moorings | 26.164260 , -81.808140 |
Trailtown | 25.855930 , -81.023130 |
Turkey Foot | 26.087590 , -81.031740 |
Vanderbilt Beach | 26.270640 , -81.789810 |
Vanderbilt Beach Estates | 26.263420 , -81.823980 |
Verona Walk | 26.083925 , -81.679393 |
Vineyards | 26.227884 , -81.728051 |
Wagon Wheel | 26.100920 , -81.064790 |
Weavers Station | 25.943430 , -81.469800 |
Willoughby Acres | 26.277590 , -81.762030 |
Notes:
- You can download geometry data for Collier 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.