Download outline map of Bee (geojson format) :
Bee.geojson (**)
Download polygon array of Bee map for "Google Maps" :
Bee.txt
Bounding Box for Bee Map : ( 28.129683 , -98.089764 , 28.719648 , -97.375579 )
Wikipedia ID for Bee : Q108397
Wikipedia SPARQL Query for Bee (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q108397 wdt:P1082 ?population. }
OPTIONAL { wd:Q108397 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q108397 wdt:P2046 ?area. }
OPTIONAL { wd:Q108397 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q108397 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q108397 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 Bee map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](28.129683, -98.089764, 28.719648, -97.375579);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Bee)
[out:json];
(
rel["name"="Bee"][type=boundary];
rel["name:en"="Bee"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Bee
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
1st, 2nd, and 3rd Street Area Colonia | 28.433330 , -97.711390 |
Beeville | 28.405876 , -97.749404 |
Blanconia | 28.398610 , -97.412220 |
Blue Berry Hill | 28.385510 , -97.792050 |
Blue Berry Hill Colonia | 28.389170 , -97.778330 |
Cadiz | 28.427220 , -97.939450 |
Caesar | 28.655540 , -97.898340 |
Clareville | 28.322500 , -97.871110 |
Hidden Acres Colonia | 28.440270 , -97.717220 |
Mineral | 28.548600 , -97.904170 |
Monteola | 28.697760 , -97.915840 |
Normanna | 28.527656 , -97.783041 |
Oaks | 28.608880 , -98.031670 |
Old Airport Road Colonia | 28.425280 , -97.768330 |
Olmos | 28.241670 , -97.818330 |
Orangedale | 28.439440 , -97.826110 |
Papalote | 28.172510 , -97.601940 |
Pawnee | 28.648345 , -98.008283 |
Pettus | 28.615595 , -97.812093 |
River Oaks Number 2 Colonia | 28.308340 , -97.767220 |
Skidmore | 28.262572 , -97.685397 |
Tuleta | 28.576702 , -97.798027 |
Tulsita | 28.642329 , -97.818052 |
Tynan | 28.170752 , -97.749177 |
Yougeen | 28.323610 , -97.704720 |
Notes:
- You can download geometry data for Bee 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.