Adrien
Adrien
Do you have a sample converted to Potree 2.0 to work with? If so I can give you hints on what part of iTowns to change. From what I understand...
My suggestion: - `FeatureCollection` has the master style - `Feature` has its own style, with default values read from the `FeatureCollection` style - same goes for `FeatureGeometry` which inherits from...
@am2222 what do you mean ?
Hi, From what I understand, you are loading the elevation from a single file ? ```js var elevationUrl = serverUrl + '/wmtsproxy/elevation/Oslo_test_terrain_EPSG_3785.obj' ``` This is where you are making a...
So I gave a try to doing it with Puppeteer, and it should be ok. I'm leaving some guidelines here, because I will not do it soon: - [This guide...
Hello, I suspect that this only happens when using a `FileSource` ? If so, it may be related to #1040 which shouldn't be closed in fact. I'll take a look...
Hi ! I never did BIM in iTowns, but I know that @gmaillet successfully did it with data coming from a bim server. I don't know the structure of a...
Yes there is ! It isn't present in the documentation, but you can use `tileMatrixSetLimits` in your configuration, like this for example: ```js const tmsSource = new itowns.TMSSource({ format: 'image/png',...
Sorry I misunderstood your question: you can specify the limitations using what I wrote above. This should solve you problem, but I am not really sure if you don't have...
> the TMS still won't show up After some investigation, it is a problem on our side, we don't manage correctly the inversion of the pyramid (the `tms: true` parameter...