Download outline map of Campbell (geojson format) :
Campbell.geojson (**)
Download polygon array of Campbell map for "Google Maps" :
Campbell.txt
Bounding Box for Campbell Map : ( 38.805757 , -84.506161 , 39.122056 , -84.231875 )
Wikipedia ID for Campbell : Q491936
Wikipedia SPARQL Query for Campbell (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q491936 wdt:P1082 ?population. }
OPTIONAL { wd:Q491936 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q491936 wdt:P2046 ?area. }
OPTIONAL { wd:Q491936 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q491936 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q491936 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 Campbell map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.805757, -84.506161, 39.122056, -84.231875);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Campbell)
[out:json];
(
rel["name"="Campbell"][type=boundary];
rel["name:en"="Campbell"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Campbell
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alexandria | 38.962370 , -84.386024 |
Aspen Grove | 38.896450 , -84.385770 |
Beagle | 38.900900 , -84.254660 |
Bellevue | 39.101076 , -84.477604 |
Brent | 39.054780 , -84.433550 |
California | 38.918082 , -84.263955 |
Camp Springs | 39.002010 , -84.364660 |
Carthage | 38.935620 , -84.307160 |
Claryville | 38.914094 , -84.410331 |
Cold Spring | 39.012456 , -84.434500 |
Cote Brilliant | 39.088330 , -84.477500 |
Crestview | 39.024615 , -84.415616 |
Dayton | 39.112883 , -84.464186 |
Fairlane | 38.856000 , -84.385490 |
Flagg Spring | 38.885620 , -84.264660 |
Fort Thomas | 39.080134 , -84.451793 |
Grants Lick | 38.860340 , -84.397720 |
Gubser Mill | 38.887840 , -84.308830 |
Hawthorne | 38.980620 , -84.420220 |
Highland Heights | 39.035527 , -84.456577 |
Johns Hill | 39.051110 , -84.487220 |
Kohler | 38.870340 , -84.329380 |
Melbourne | 39.032237 , -84.370707 |
Mentor | 38.889968 , -84.247840 |
Newport | 39.085648 , -84.486914 |
Oneonta | 38.975060 , -84.301600 |
Persimmon Grove | 38.899790 , -84.343550 |
Pools Creek | 39.005560 , -84.460830 |
Ross | 39.020340 , -84.332990 |
Rossford | 39.097940 , -84.451450 |
Ryland Heights | 38.970087 , -84.461023 |
S Newport | 39.091220 , -84.487464 |
Silver Grove | 39.040221 , -84.399207 |
Southgate | 39.063317 , -84.471592 |
Spence | 39.088984 , -84.492255 |
The Estates At Wiedemann Mansion | 39.090000 , -84.482500 |
Wilder | 39.040240 , -84.481462 |
Woodlawn | 39.090898 , -84.472773 |
Notes:
- You can download geometry data for Campbell 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.