Download outline map of La Salle (geojson format) :
La Salle.geojson (**)
Download polygon array of La Salle map for "Google Maps" :
La Salle.txt
Bounding Box for La Salle Map : ( 28.030419 , -99.396681 , 28.647487 , -98.800064 )
Wikipedia ID for La Salle : Q156440
Wikipedia SPARQL Query for La Salle (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q156440 wdt:P1082 ?population. }
OPTIONAL { wd:Q156440 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q156440 wdt:P2046 ?area. }
OPTIONAL { wd:Q156440 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q156440 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q156440 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 La Salle map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](28.030419, -99.396681, 28.647487, -98.800064);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (La Salle)
[out:json];
(
rel["name"="La Salle"][type=boundary];
rel["name:en"="La Salle"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of La Salle
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Artesia Wells | 28.280000 , -99.284480 |
Cotulla | 28.436345 , -99.236658 |
Dull | 28.444990 , -98.931140 |
Encinal | 28.040690 , -99.355060 |
Fowlerton | 28.460841 , -98.811388 |
Los Angeles | 28.465820 , -99.000030 |
Millett | 28.581930 , -99.199200 |
Woodward | 28.533600 , -99.320870 |
Zamora Acres Colonia | 28.435270 , -99.227250 |
Notes:
- You can download geometry data for La Salle 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.