Download outline map of Orange (geojson format) :
Orange.geojson (**)
Download polygon array of Orange map for "Google Maps" :
Orange.txt
Bounding Box for Orange Map : ( 29.865053 , -94.118004 , 30.244318 , -93.688205 )
Wikipedia ID for Orange : Q109215
Wikipedia SPARQL Query for Orange (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q109215 wdt:P1082 ?population. }
OPTIONAL { wd:Q109215 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q109215 wdt:P2046 ?area. }
OPTIONAL { wd:Q109215 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q109215 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q109215 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 Orange map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](29.865053, -94.118004, 30.244318, -93.688205);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Orange)
[out:json];
(
rel["name"="Orange"][type=boundary];
rel["name:en"="Orange"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Orange
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Bessie Heights | 30.045210 , -93.919620 |
| Bridge City | 30.031614 , -93.839754 |
| Connell | 30.101600 , -93.994620 |
| Cove | 30.070210 , -93.740170 |
| Doc Brown | 30.084650 , -93.766280 |
| Doty | 30.160210 , -93.946010 |
| Echo Forest | 30.189380 , -94.053230 |
| Forest Heights | 30.238260 , -93.758780 |
| Gratis | 30.149100 , -93.829890 |
| Lakeview | 30.220210 , -94.108510 |
| Lakeview Estates | 30.202150 , -94.074070 |
| Lawson Crossing | 30.131050 , -94.088230 |
| Lemonville | 30.214370 , -93.845730 |
| Little Cypress | 30.164650 , -93.756000 |
| Mauriceville | 30.218637 , -93.875802 |
| Mauriceville,Tx. | 30.220210 , -93.881000 |
| Oilla | 30.097710 , -93.891000 |
| Orange | 30.114558 , -93.763670 |
| Orangefield | 30.074930 , -93.855730 |
| Peveto | 30.135770 , -93.819890 |
| Pine Forest | 30.175644 , -94.036708 |
| Pinehurst | 30.108673 , -93.770385 |
| Reese | 30.201320 , -93.751560 |
| Ridgecrest | 30.166040 , -93.748220 |
| Rose City | 30.104894 , -94.050474 |
| Stark | 30.131600 , -93.867670 |
| Terry | 30.099660 , -93.932670 |
| Tulane | 30.095770 , -93.838780 |
| Vidor | 30.129169 , -93.996638 |
| West Bluff | 30.176320 , -93.706830 |
| West Orange | 30.079165 , -93.759871 |
Notes:
- You can download geometry data for Orange 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.