Crosby (Texas) Map Cropping Samples
Crosby (Texas) Map Cropping Samples-1
Crosby (Texas) Map Cropping Samples-2
Crosby neighborhoods and villages map with 3D shadow effect
flag map of Crosby with 3D shadow effect
Crosby map with 3d shadow effect
Download outline map of Crosby (geojson format) :
Crosby.geojson (**)
Download polygon array of Crosby map for "Google Maps" :
Crosby.txt
Bounding Box for Crosby Map : ( 33.39476 , -101.56358 , 33.833625 , -101.038772 )
Wikipedia ID for Crosby : Q109279
Wikipedia SPARQL Query for Crosby (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q109279 wdt:P1082 ?population. }
OPTIONAL { wd:Q109279 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q109279 wdt:P2046 ?area. }
OPTIONAL { wd:Q109279 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q109279 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q109279 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 Crosby map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.39476, -101.56358, 33.833625, -101.038772);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Crosby)
[out:json];
(
rel["name"="Crosby"][type=boundary];
rel["name:en"="Crosby"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Crosby
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Broadway | 33.703700 , -101.072640 |
Canyon Valley | 33.401200 , -101.335150 |
Cap Rock | 33.491480 , -101.398490 |
Cone | 33.797300 , -101.387660 |
Crosbyton | 33.641302 , -101.237721 |
Estacado | 33.752310 , -101.561830 |
Farmer | 33.783420 , -101.457100 |
Kalgary | 33.408980 , -101.148470 |
Lorenzo | 33.670341 , -101.536078 |
Mount Blanco | 33.815640 , -101.193210 |
Owens | 33.558420 , -101.352930 |
Ralls | 33.678774 , -101.384591 |
Robertson | 33.564250 , -101.513770 |
Savage | 33.592860 , -101.432930 |
Wake | 33.782580 , -101.094590 |
Notes:
- You can download geometry data for Crosby 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.