Download outline map of Cameron (geojson format) :
Cameron.geojson (**)
Download polygon array of Cameron map for "Google Maps" :
Cameron.txt
Bounding Box for Cameron Map : ( 29.527129 , -93.929208 , 30.052637 , -92.613679 )
Wikipedia ID for Cameron : Q497964
Wikipedia SPARQL Query for Cameron (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q497964 wdt:P1082 ?population. }
OPTIONAL { wd:Q497964 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q497964 wdt:P2046 ?area. }
OPTIONAL { wd:Q497964 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q497964 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q497964 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 Cameron map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](29.527129, -93.929208, 30.052637, -92.613679);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Cameron)
[out:json];
(
rel["name"="Cameron"][type=boundary];
rel["name:en"="Cameron"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Cameron
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Cameron | 29.786959 , -93.292606 |
Constance Beach | 29.759390 , -93.579600 |
Creole | 29.796050 , -93.111260 |
Gibbstown | 29.934380 , -93.076540 |
Grand Chenier | 29.766890 , -92.975150 |
Grand Lake | 30.030770 , -93.272100 |
Hackberry | 29.971701 , -93.394789 |
Hacketts Corner | 30.009380 , -93.088210 |
Holly Beach | 29.770780 , -93.459320 |
Johnson Bayou Landing | 29.802160 , -93.752940 |
Johnsons Bayou | 29.761330 , -93.658490 |
Lone Pine | 29.996050 , -93.630720 |
Lowry | 30.024100 , -92.770980 |
North Island | 29.713550 , -92.734590 |
Peveto Beach | 29.761060 , -93.558490 |
Sweet Lake | 29.984100 , -93.129320 |
Notes:
- You can download geometry data for Cameron 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.