Download outline map of Collin (geojson format) :
Collin.geojson (**)
Download polygon array of Collin map for "Google Maps" :
Collin.txt
Bounding Box for Collin Map : ( 32.98149 , -96.843984 , 33.405504 , -96.295057 )
Wikipedia ID for Collin : Q111174
Wikipedia SPARQL Query for Collin (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q111174 wdt:P1082 ?population. }
OPTIONAL { wd:Q111174 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q111174 wdt:P2046 ?area. }
OPTIONAL { wd:Q111174 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q111174 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q111174 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 Collin map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.98149, -96.843984, 33.405504, -96.295057);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Collin)
[out:json];
(
rel["name"="Collin"][type=boundary];
rel["name:en"="Collin"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Collin
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Allen | 33.108694 , -96.673575 |
| Altoga | 33.249840 , -96.489430 |
| Anna | 33.347404 , -96.551169 |
| Arnold | 33.269840 , -96.331090 |
| Beverly Hill | 33.069290 , -96.489710 |
| Bloomdale | 33.247340 , -96.679440 |
| Blue Ridge | 33.298304 , -96.397715 |
| Buckner | 33.217620 , -96.663600 |
| Celina | 33.319306 , -96.785593 |
| Chambersville | 33.306220 , -96.635820 |
| Chambliss | 33.294840 , -96.495260 |
| Climax | 33.204840 , -96.449710 |
| Copeville | 33.079560 , -96.415540 |
| Cowley | 33.009840 , -96.773890 |
| Culleoka | 33.131230 , -96.491930 |
| Desert | 33.388440 , -96.401930 |
| Fairview | 33.140050 , -96.612262 |
| Farmersville | 33.160131 , -96.361337 |
| Fayburg | 33.269280 , -96.387760 |
| Frisco | 33.150743 , -96.820193 |
| Frognot | 33.303720 , -96.359700 |
| Josephine | 33.061671 , -96.317671 |
| Kelly | 33.362610 , -96.618880 |
| Lavon | 33.025311 , -96.439523 |
| Lavon Beach Estates | 33.114010 , -96.449990 |
| Lavon Lake Lodges | 33.037900 , -96.502490 |
| Lavon Shores Estates | 33.106230 , -96.478880 |
| Little Ridge | 33.062900 , -96.454710 |
| Lowry Crossing | 33.170857 , -96.544379 |
| Lucas | 33.095513 , -96.582853 |
| McKinney | 33.198889 , -96.667703 |
| Melissa | 33.289593 , -96.555271 |
| Millwood | 32.995950 , -96.418320 |
| Murphy | 33.018602 , -96.610391 |
| Nevada | 33.046267 , -96.380956 |
| New Hope | 33.211530 , -96.563494 |
| New Mesquite | 33.116780 , -96.433600 |
| Parker | 33.055870 , -96.625988 |
| Pebble Beach Sunset Acres | 33.083730 , -96.450820 |
| Pike | 33.322330 , -96.303040 |
| Plano | 33.050213 , -96.748638 |
| Plano North | 33.074455 , -96.697947 |
| Princeton | 33.183965 , -96.507901 |
| Prosper | 33.239411 , -96.808819 |
| Rhea Mills | 33.262340 , -96.733050 |
| Roland | 33.278450 , -96.649440 |
| Snow Hill | 33.255950 , -96.384150 |
| St. Paul | 33.044325 , -96.549997 |
| Trinity Park | 33.087900 , -96.541930 |
| Valdasta | 33.294000 , -96.471100 |
| Verona | 33.253450 , -96.435540 |
| Westminster | 33.364902 , -96.459818 |
| Weston | 33.326094 , -96.664539 |
| Wylie | 33.035324 , -96.517149 |
| Yucote Acres | 33.099840 , -96.478880 |
Notes:
- You can download geometry data for Collin 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.