kaktus40
kaktus40
Hello, GeoserverTerrainProvider uses heightmap tiles to connect to cesium
Hello, I begin recently to use webgl for General-purpose processing on graphics processing units. In order to simplify the use of Multiple Render Target for my works, I use TWGL...
why not ``twgl.bindFramebufferInfo(gl, framebufferInfo, target, buffersToDraw)`` where ``buffersToDraw`` is an optional list of buffers to draw. By default, the list is all attachments of FBI when it's webgl 2.
@dependabot rebase
Well, I think a separate file could be a good idea. With this, any style and any database with geodata could be a source. Like [mapnik configuration xml](https://github.com/mapnik/mapnik/wiki/XMLConfigReference), ocitysmap could...
Hi, it's difficult to make a comment or find a solution with your description of issue: two computers, two different results. What is different in result and in configurations of...
Hi, you don't need to generate 65x65 tiles to work with geoserver. You should read the documention of GDAL to understand the command line for generating a pyramid - [gdal_retile](https://gdal.org/en/stable/programs/gdal_retile.html),...
Hello, you need to use [GeoserverTerrainProvider.iife.js](https://github.com/kaktus40/Cesium-GeoserverTerrainProvider/blob/master/dist/GeoserverTerrainProvider.iife.js) instead of [GeoserverTerrainProvider.js](https://github.com/kaktus40/Cesium-GeoserverTerrainProvider/blob/master/dist/GeoserverTerrainProvider.js). So your code should be ``
Hi, I don't work with angular but from your images and code, I understand that you didn't import `GeoServerTerrainProvider` ....
did you try iife file and calling only `GeoserverTerrainProvider` instead of `Cesium.GeoserverTerrainProvider`? In the source code, I create a async function nammed `export default async function GeoserverTerrainProvider` [here](https://github.com/kaktus40/Cesium-GeoserverTerrainProvider/blob/master/src/plugin/index.ts#L50) and include...