Download outline map of Montgomery (geojson format) :
Montgomery.geojson (**)
Download polygon array of Montgomery map for "Google Maps" :
Montgomery.txt
Bounding Box for Montgomery Map : ( 30.027748 , -95.83024 , 30.630284 , -95.096708 )
Wikipedia ID for Montgomery : Q26756
Wikipedia SPARQL Query for Montgomery (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q26756 wdt:P1082 ?population. }
OPTIONAL { wd:Q26756 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q26756 wdt:P2046 ?area. }
OPTIONAL { wd:Q26756 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q26756 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q26756 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 Montgomery map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.027748, -95.83024, 30.630284, -95.096708);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Montgomery)
[out:json];
(
rel["name"="Montgomery"][type=boundary];
rel["name:en"="Montgomery"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Montgomery
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ada | 30.487980 , -95.491330 |
Adams Oaks | 30.098100 , -95.207600 |
Beach | 30.319930 , -95.421330 |
Bobville | 30.347980 , -95.782730 |
Camp Strake | 30.244396 , -95.467673 |
Chateau Woods | 30.168550 , -95.422990 |
Conroe | 30.317262 , -95.470328 |
Cut and Shoot | 30.340371 , -95.353797 |
Dacus | 30.447150 , -95.792730 |
Decker Prairie | 30.131050 , -95.652440 |
Deerbrook | 30.211700 , -95.166000 |
Dobbin | 30.365480 , -95.776060 |
Egypt | 30.221050 , -95.561610 |
Esperanza | 30.487700 , -95.490220 |
Forest Estates | 30.229900 , -95.181100 |
Fostoria | 30.326320 , -95.166320 |
Four Corners | 30.293270 , -95.384380 |
Gary | 30.327430 , -95.724110 |
Grangerland | 30.252710 , -95.329380 |
Hill and Dale Terrace | 30.212800 , -95.154300 |
Honea | 30.318540 , -95.599670 |
Johnson | 30.200490 , -95.462160 |
Karen | 30.256320 , -95.701610 |
Keefer | 30.179940 , -95.198540 |
Keenan | 30.321040 , -95.645500 |
Lake Spendora | 30.235800 , -95.184300 |
Leonidas | 30.315770 , -95.533830 |
Magnolia | 30.211731 , -95.741889 |
Midline | 30.257990 , -95.145210 |
Montgomery | 30.391691 , -95.696468 |
Mostyn | 30.228270 , -95.690220 |
Mount Zion | 30.494090 , -95.432160 |
New Caney | 30.155220 , -95.211320 |
Oak Ridge North | 30.156777 , -95.442145 |
Oak Terrace | 30.088500 , -95.224100 |
Oklahoma | 30.155490 , -95.593830 |
Panorama Village | 30.380889 , -95.494389 |
Patton Village | 30.195593 , -95.169644 |
Peel Junction | 30.380210 , -95.710220 |
Pinehurst | 30.188886 , -95.701667 |
Porter Heights | 30.149880 , -95.321686 |
Rayford | 30.127440 , -95.427990 |
River Club Estates | 30.061300 , -95.270500 |
Roman Forest | 30.179366 , -95.159354 |
Security | 30.327990 , -95.239380 |
Shadow Lake Estates | 30.095000 , -95.217700 |
Shenandoah | 30.183781 , -95.455516 |
Splendora | 30.232492 , -95.161579 |
Spring Hills | 30.119940 , -95.424660 |
Stagecoach | 30.143882 , -95.707861 |
Tamina | 30.178550 , -95.441610 |
The Woodlands | 30.173704 , -95.513479 |
Timberlane Acres | 30.088000 , -95.238820 |
Ventura | 30.191600 , -95.660220 |
Wigginsville | 30.258270 , -95.337160 |
Willis | 30.428184 , -95.481101 |
Woodbranch | 30.181405 , -95.183435 |
Woodland Hills Village | 30.066500 , -95.225100 |
Woodloch | 30.217223 , -95.413207 |
Youens | 30.315490 , -95.374660 |
Notes:
- You can download geometry data for Montgomery 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.