Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
webgisdeveloper opened this issue Apr 11, 2023 · 3 comments
Open

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

webgisdeveloper opened this issue Apr 11, 2023 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@webgisdeveloper
Copy link
Contributor

webgisdeveloper commented Apr 11, 2023

<?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 webgisdeveloper self-assigned this Apr 11, 2023
@webgisdeveloper webgisdeveloper added the bug Something isn't working label Apr 11, 2023
@webgisdeveloper
Copy link
Contributor Author

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

@webgisdeveloper webgisdeveloper changed the title UAVSAR: highres layer missing UAVSAR: highres layer missing? it is a bug in testing! Apr 11, 2023
@webgisdeveloper
Copy link
Contributor Author

entry from query

Object { kml: '\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 <Style id="UAVSAR_RPI">\n\n \n $[description]\n \n </Style>\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
Copy link
Contributor Author

webgisdeveloper commented Apr 11, 2023

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}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant