Martin V

Results 18 issues of Martin V

In Mapbox you can add images to the map (see https://docs.mapbox.com/mapbox-gl-js/api/map/#instance-members-images) either statically by loading them before use or dynamically as response to a "styleimagemissing" event. We used this *...

If the hillshade `"hillshade-illumination-anchor": "map"` the shading should not change, when rotating, changing the view. However, at some bearings/pitches it does: it looks, as if the shading is applied twice?...

bug
PR is more than welcomed
Terrain 3D

getImage (ajax.ts) now returns a null image, if there is no content (ArrayBuffer with length 0). Raster source loadTile will store such an image as a tile with the new...

waiting for code review fixes

The initial loading/drawing of the map fails, because of a "dem dimension mismatch". When debugging I saw that sometimes this.dim = 512, while borderTile.dim = 256. However there is only...

bug
need more info

Handling of tile results 204/404 could be improved: * 404 on tile request: currently error message that not found, continues processing, but tries to reload the tile whenever the tile...

enhancement
PR is more than welcomed
need more info

Version 0.8.2: Currently missing (raster) tiles are always returned as 256x256 transparent tiles, even if the tile size is different, e.g. 512x512. This causes problems with some mapping software, e.g....

This solves #242 by adding a new optional regex to compare the lines other than the first for multiline headers.

is:bug
todo
in:core

If in multi line patterns the before pattern changes, the header is added instead of being replaced. If the custom header style looks like this: ``` /************ ** ************/ ```...

is:bug
todo
in:core