Xavier Fischer
Xavier Fischer
There's also something I came across when getting complete relations (and thus reading multiple times the same PBF) : It's hard to know where the Ways and Relations start. It...
Hi @ChristophKubik, sorry for the late reply. I am experiencing issues also with AW3D30 downloads. I'll investigate more deeply when I'll be back from vacations.
Hi @zeedyBOI, thanks for reporting this, and thanks for providing such details. I will have a look.
Hi @Brakebein sorry for the late reply. I think it's an issue about multithreading still done in a poor way. I will have a look.
Hi @ChristophKubik, sorry for the late reply, I'll have a look. I found a problem with georeferencing in the tiles so that may be a problem. Does this work with...
Can you try to remove all files from you LocalData\DEM.Net\ASTER_GDEMV3 ? That may trigger another download of fresh data. If it still not working then it's the data source itself...
Did you add you nasa credentials to appsettings.json file ?
Hi. I had the same issue, and this could be solved by adding ref="map" to the l-map tag. `
@morfair Yes !
> FYI: `ref="map"` to `l-map` tag doesn't work as per today. Still the same error from same location: `const map = _this.$parent.$parent.$refs.map.mapObject;` > > I think Vue2Leaflet recommends using findRealParent()...