Now I see the landsat image footprints and their metadata (FeatureInfo) appear on the globe. Nice..... Should there eventually 4 separate layers appearing under "Feature Layers" ?
Brad Hards
@bradh
Yep. Looks like I'm ending up with the same layer ID, although its obviously distinct.
OK. I'm using the name attribute which isn't included.
Wonder if that is required.
ycespb
@ycespb
Didnet see this in the OGC Common API specification ...
ycespb
@ycespb
Looks like "id" in the current OGC API common (see the buildings example) is called "name" in the OGC API for Features...
both specs use the same "buildings" example with id/name changed.
Brad Hards
@bradh
Concur, although I think its been changed in the WFS_FES spec too.
Less spec lawyering, more coding.
ycespb
@ycespb
You want us to add also "name" in the collection metadata ?
@tomkralidis works as well as the other one. The "processes" wrapper is also missing on GET /processes/{processID}
deploying with the new configuration now.
Brad Hards
@bradh
@ycespb and @minhtri79 Looks like all four are showing.
_
Tom Kralidis
@tomkralidis
thanks @alaisslx. Yup that is being discussed on GitHub so we can see how that plays out
Brad Hards
@bradh
I'm not doing a good job of properties that are not simple strings.
(well, the backend GeoJSON code isn't; I'm mostly just using that).
ycespb
@ycespb
Nice.. I'm playing with the layers. How do I show some properties ? double-clicking on a footprint ?
Brad Hards
@bradh
Right click, should give you a context menu just about everywhere.
ycespb
@ycespb
OK, right-click "featureInfo"..
Brad Hards
@bradh
If you right click on the layer in the list on the left, you should be able to get a tabular view.
"Show Features"
ycespb
@ycespb
Nice. I'm looking into the "EO series" but don't find the Sinergise layer for the demo scenario.. I suppose it has to do with the "paging" (only first set of results shown?)
My fault. It is number 11 in the list..
Brad Hards
@bradh
I'm asking for 10000 items. I don't really have a way to handle paging yet, and more than 10000 items is going to be terrible in your browser.
To celebrate I'm going to have chocolate. Unfortunately not Belgian, but Swiss is still OK :-0
ycespb
@ycespb
Enjoy :-) It nice to see the progress.
Brad Hards
@bradh
Thanks for the interop session.
ycespb
@ycespb
Thank you for the changes. I'll try to get some nice screendumps to include in my OGC TC presentations of next week... Not yet found how to see the image footprints over a background map.... Will your client remain "up" ?
Brad Hards
@bradh
Yep.
Its open source, but using it via surge.sh is probably easiest.
@ghobona Thanks. However its just giving me HTML not a landing page.
ycespb
@ycespb
@bradh How cna I show the "FeatureInfo" for one of the series ? I cna get them in tabular view, but the other view which I get when selecting the feature on the map is not possible to reach if the feature covers the whole globe (like each of these "series" ?)
Brad Hards
@bradh
So you want the two column (name/value pairs) table?
If so, kick it back into 3D mode and find the seam
Or drag the 2D map to the antimeridian?
ycespb
@ycespb
Yes, the "Field", "Value" Feature Info page. For the products, it shows date, id, identifier, parentIdentifier, status etc... I get there by selecting a footprint... For series, I have no footprint I can easily select (it is the whole map)..