GeoGateway / geogateway-django-app

Apache License 2.0
0 stars 5 forks source link

UAVSAR: highres layer missing? it is a bug in testing! #276

Open webgisdeveloper opened 1 year ago

webgisdeveloper commented 1 year ago
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE ServiceExceptionReport SYSTEM "https://data.geo-gateway.org/geoserver/schemas/wms/1.1.1/WMS_exception_1_1_1.dtd"> <ServiceExceptionReport version="1.1.1" >   <ServiceException code="LayerNotDefined" locator="layers">
      Could not find layer highres:uid258_unw
</ServiceException></ServiceExceptionReport>

SanAnd_26501_09083-010_10028-000_0174d_s01_L090HH_C2

webgisdeveloper commented 1 year ago

it is a bug in the field vm.hasAlternateColoring vm.hasHighresOverlay

webgisdeveloper commented 1 year ago

entry from query

Object { kml: '<?xml version="1.0" encoding="UTF-8"?>\n\n\n UAVSAR SanAnd_26501_10028-000_11073-003_0576d_s01_L090HH_01.unw.kml\n \nUAVSAR RPI Unwrapped Phase of San Andreas Fault - Salton Trough, CA\n\nAcquisition dates: 13-Apr-2010, 10-Nov-2011 UTC\nApproximate heading: 265 degree(s)\nPolarization: HH \nRPI KML/KMZ version number: 2.1\n\nProduct name: SanAnd_26501_10028-000_11073-003_0576d_s01_L090HH_01.unw.kml\n\nPrecision data website: http://uavsar.jpl.nasa.gov/cgi-bin/product.pl?jobName=SanAnd_26501_10028-000_11073-003_0576d_s01_L090_01\nUAVSAR website: http://uavsar.jpl.nasa.gov\n \n\n\n \n\n \n 2010-04-13T17:40:22Z\n 2011-11-10T18:23:04Z\n \n \n \n\n \n \n Low resolution image thumbnail\n \nhttps://data.geo-gateway.org/kmz/uid1460/SanAnd_26501_10028-000_11073-003_0576d_s01_L090HH_01.unw.png?hash=8aed536afc35e139261c353b8c214d71\n 0.75\n \n\n \n 32.9407183800\n 32.5847454600\n -114.9455004600\n -116.0873695800\n \n \n \n\n \n \n Legend\n 1\n \nhttps://data.geo-gateway.org/kmz/uid1460/SanAnd_26501_10028-000_11073-003_0576d_s01_L090HH_01.legendUnw.png\n \n \n \n \n \n \n\n \n\n \n', info: {…}, displayed: true, active: true, extended: false }\

entry.info

Object { dataname: "Salton_08518_12009-007_12022-008_0090d_s01_L090HH_01", geometry: {…}, heading: "84.799718", radardirection: "Left", rating: "0", time1: "1-Feb-2012 10:49:46 UTC", time2: "1-May-2012 05:31:08 UTC", uid: "957" } UAVSAR.vue:1036

webgisdeveloper commented 1 year ago

url(r"^UAVSAR_geom/", GeoGatewayData.uavsarGeometry), url(r"^UAVSAR_KML/", GeoGatewayData.uavsarKML)

meta (entry.info) is info from geometry query responseObj = {'kml': respData, 'info': meta, 'displayed': True, 'active': True, 'extended': False}