Matthias Mohr
Matthias Mohr
But if a newer version is available, aren't people then implicitly thinking that the version they are looking at is "old" anyway? At least I'd think it is old because...
I found that having standalone Catalog and Item components won't work due to the routing between them. Thus, I'll make a single "StacBrowser" component (either Vue component or Web Component),...
Looks great so far! I'm rewriting STAC Browser right now so that this should be possible in the future to include the Stac Browser Vue component(s) "directly". (Whatever that really...
I'm glad that it was helpful. There's no need to give credit to the stac-index example. For practical reasons, it's probably a good idea to link to the original in...
The components are now separated, but I still need to check which ones can be used individually and how it is usable externally with(out) vuex and vue-router.
An overview over the bundle size after the vue-cli migration:  It clearly shows we can gain quite a bit by the following means: - [x] Try to reduce bootstrap-vue....
Thie vue-cli migration, optimizing the bootstrap-vue dependency and lazy loading components, I'm currently down to a total of 1,15MB (uncompressed) / 0.37KB (compressed), which is mostly due to decreasing the...
Idea: Don't bundle the heavy stac-layer dependencies (proj) when a tile server is used.
STAC Browser v3 is roughly at the same initial page load size as v2, but with additional functionality so this is not overly concerning, I'd say. A potential improvement would...
To harmonize with OGC API - Records, they seem to have a "language" property in their Records and Collections: - http://docs.ogc.org/DRAFTS/20-004.html#collections-properties-table - https://github.com/opengeospatial/ogcapi-records/blob/master/core/examples/json/record.json#L49