Download outline map of Lynn (geojson format) :
Lynn.geojson (**)
Download polygon array of Lynn map for "Google Maps" :
Lynn.txt
Bounding Box for Lynn Map : ( 32.959702 , -102.076214 , 33.39476 , -101.556651 )
Wikipedia ID for Lynn : Q114323
Wikipedia SPARQL Query for Lynn (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q114323 wdt:P1082 ?population. }
OPTIONAL { wd:Q114323 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q114323 wdt:P2046 ?area. }
OPTIONAL { wd:Q114323 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q114323 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q114323 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 Lynn map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.959702, -102.076214, 33.39476, -101.556651);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Lynn)
[out:json];
(
rel["name"="Lynn"][type=boundary];
rel["name:en"="Lynn"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Lynn
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Draw | 33.019820 , -101.667920 |
Grassland | 33.136480 , -101.597090 |
Lakeview | 33.326480 , -102.050450 |
New Home | 33.326939 , -101.911722 |
New Lynn | 33.211480 , -101.665430 |
O'Donnell | 32.965202 , -101.830842 |
Petty | 33.283140 , -101.980720 |
Skeen | 33.063430 , -101.787100 |
Tahoka | 33.163935 , -101.794892 |
Wayside | 33.325090 , -101.807100 |
Wells | 33.021760 , -101.921270 |
West Point | 33.166760 , -102.049890 |
Wilson | 33.319340 , -101.727499 |
Notes:
- You can download geometry data for Lynn 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.