Nick Forbes-Smith
Nick Forbes-Smith
I have excluded these dataset for now
Hi @shipettos I tried running through the tutorial on my local machine and got no errors - I am using a M2 Macbook with NodeJS v18.6.0 Can you please provide...
Hi @shipettos Can you please post the output of `yarn install`? It looks like some packages aren't being installed properly Thanks!
Hi @sppigot I believe THREDDS (and GeoServer) will always return dates in UTC - so I don't think we can default to showing the timezone returned by those services. Generally...
I also wonder if it is worth reverting - https://github.com/TerriaJS/terriajs/pull/6960 if it is no longer needed here - as this was the only use of `MergeStrategy.TopStratum`. How strata is merged...
Terriajs has a MapboxVectorTileImageryProvider which draws (polygons only at this point in time) to canvas - see https://github.com/TerriaJS/terriajs/blob/master/lib/Map/MapboxVectorTileImageryProvider.js @steve9164 created this a few years ago, he can give you more...
It uses 2 small utility functions from the terria library which are essential, but everything else is imported from Cesium, @mapbox/vector-tile, pbf and urijs (except the i18next internationalisation stuff which...
You can increase the size using this config option, the default is 200kB https://github.com/TerriaJS/terriajs-server/blob/2c48621ffdf36a7a764bfb981f75820781e383b9/serverconfig.json.example#L171 Every time you click the "share button", if changes have been made to the map, then...
The share link you provided doesn't seem to have data in it. If you were getting `PayloadTooLargeError`, then the share link will fail to send. If you still have that...
I think the main issue here, is that TerriaJS-server seems to still return a shareKey, even if the share JSON isn't saved to S3 due to the `PayloadTooLargeError`. TBC