Download outline map of Fremont (geojson format) :
Fremont.geojson (**)
Download polygon array of Fremont map for "Google Maps" :
Fremont.txt
Bounding Box for Fremont Map : ( 38.257548 , -106.012789 , 38.697581 , -104.940366 )
Wikipedia ID for Fremont : Q115583
Wikipedia SPARQL Query for Fremont (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q115583 wdt:P1082 ?population. }
OPTIONAL { wd:Q115583 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q115583 wdt:P2046 ?area. }
OPTIONAL { wd:Q115583 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q115583 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q115583 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 Fremont map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.257548, -106.012789, 38.697581, -104.940366);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Fremont)
[out:json];
(
rel["name"="Fremont"][type=boundary];
rel["name:en"="Fremont"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Fremont
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Adelaide | 38.560000 , -105.090820 |
Brookside | 38.413543 , -105.191060 |
Buckskin Joe | 38.476390 , -105.326940 |
Cañon City | 38.443030 , -105.220056 |
Coal Creek | 38.362038 , -105.141782 |
Coaldale | 38.356291 , -105.815462 |
Cotopaxi | 38.373942 , -105.690828 |
Echo | 38.442770 , -105.538890 |
Fink | 38.488890 , -105.381100 |
Florence | 38.382040 , -105.111694 |
Galena | 38.261940 , -105.277770 |
Hillside | 38.265280 , -105.611670 |
Howard | 38.409756 , -105.842402 |
Lincoln Park | 38.425492 , -105.213052 |
Orchard Park | 38.472220 , -105.228320 |
Park Center | 38.477780 , -105.206100 |
Parkdale | 38.502450 , -105.347181 |
Penitentiary | 38.456747 , -105.251491 |
Penrose | 38.421299 , -105.000404 |
Pleasanton | 38.365000 , -105.747780 |
Portland | 38.391110 , -105.024990 |
Prospect Heights | 38.426390 , -105.237490 |
Rockvale | 38.364713 , -105.164779 |
Sample | 38.472220 , -105.355550 |
Sikes | 38.258340 , -105.074710 |
Spike Buck | 38.479529 , -105.433216 |
Sunset City | 38.412500 , -105.417220 |
Texas Creek | 38.413050 , -105.580560 |
Vallie | 38.394160 , -105.772510 |
Wellsville | 38.486660 , -105.910010 |
Whitehorn | 38.643880 , -105.878340 |
Williamsburg | 38.383983 , -105.171179 |
Yorkville | 38.292220 , -105.290270 |
Notes:
- You can download geometry data for Fremont 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.