Download outline map of Brown (geojson format) :
Brown.geojson (**)
Download polygon array of Brown map for "Google Maps" :
Brown.txt
Bounding Box for Brown Map : ( 31.448186 , -99.203601 , 32.079597 , -98.668441 )
Wikipedia ID for Brown : Q109170
Wikipedia SPARQL Query for Brown (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q109170 wdt:P1082 ?population. }
OPTIONAL { wd:Q109170 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q109170 wdt:P2046 ?area. }
OPTIONAL { wd:Q109170 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q109170 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q109170 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 Brown map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.448186, -99.203601, 32.079597, -98.668441);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Brown)
[out:json];
(
rel["name"="Brown"][type=boundary];
rel["name:en"="Brown"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Brown
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Antioch | 31.774590 , -98.777550 |
Bangs | 31.715936 , -99.130346 |
Beasley Crossing | 31.456270 , -99.108660 |
Blackwell Crossing | 31.854870 , -99.195890 |
Blanket | 31.824839 , -98.789479 |
Brookesmith | 31.550440 , -99.118660 |
Brownwood | 31.712463 , -98.976541 |
Byrds | 31.913480 , -99.042000 |
Cross Cut | 32.033750 , -99.132560 |
Dalzell | 31.629320 , -99.037270 |
Delaware Junction | 31.786540 , -98.868940 |
Dulin | 31.531830 , -99.098940 |
Early | 31.745078 , -98.937290 |
Fisk Crossing | 31.594050 , -98.821990 |
Fry | 31.825150 , -99.183670 |
Grosvenor | 31.882370 , -99.150060 |
Holder | 31.912930 , -98.978940 |
Indian Creek | 31.523220 , -98.980050 |
Keys Crossing | 31.479050 , -99.025600 |
Lake Brownwood | 31.817641 , -99.104521 |
Lake Shore | 31.829870 , -99.090890 |
May | 31.979590 , -98.920060 |
Owens | 31.847930 , -98.925890 |
Shamrock Shores | 31.820430 , -99.099220 |
Tenmile Crossing | 31.642380 , -98.877550 |
Thrifty | 31.810980 , -99.132000 |
Thunderbird Bay | 31.908675 , -99.020699 |
Williams | 32.021260 , -99.018390 |
Woodland Heights | 31.677930 , -98.964770 |
Zephyr | 31.675990 , -98.794770 |
Notes:
- You can download geometry data for Brown 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.