Skip to content

Commit

Permalink
#219 correct uavsar url in new ui
Browse files Browse the repository at this point in the history
  • Loading branch information
webgisdeveloper committed Sep 7, 2022
1 parent 8c4ac61 commit df9d527
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/UAVSAR.vue
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,8 @@ export default {
geometryActive: false,
//wmsColorUrl: 'http://js-169-62.jetstream-cloud.org/geoserver/InSAR/wms?',
//wmsUrl: 'http://js-169-62.jetstream-cloud.org/geoserver/highres/wms?',
wmsColorUrl: 'https://data.geo-gateway.org/color/InSAR/wms?',
wmsUrl: 'https://data.geo-gateway.org/color/highres/wms?',
wmsColorUrl: 'https://data.geo-gateway.org/geoserver/InSAR/wms?',
wmsUrl: 'https://data.geo-gateway.org/geoserver/highres/wms?',
//losQueryUrl: 'http://gf1.ucs.indiana.edu/insartool/profile?image=InSAR:uid',
//altColorLegend: 'http://js-169-62.jetstream-cloud.org/uavsarlegend1/uid',
altColorLegend: 'http://data.geo-gateway.org/colorvm/uavsarlegend1/uid',
Expand Down
4 changes: 2 additions & 2 deletions geogateway_django_app/GeoGatewayData.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
KmlPrefix = "https://data.geo-gateway.org/static"

# UAVSAR service url
wmsColorUrl = 'https://data.geo-gateway.org/color/InSAR/wms?'
wmsUrl = 'https://data.geo-gateway.org/color/highres/wms?'
wmsColorUrl = 'https://data.geo-gateway.org/geoserver/InSAR/wms?'
wmsUrl = 'https://data.geo-gateway.org/geoserver/highres/wms?'
losQueryUrl = 'https://data.geo-gateway.org/los/profile?dem=True&image=uid'

WoForecastUrl = 'http://www.openhazards.com/Tools/kml/wo-forecast.kmz'
Expand Down

0 comments on commit df9d527

Please sign in to comment.