Måns Beckman
Måns Beckman
Since the symbol management committee has said that this is an error in the standard, and that they should be aligned with 2525, I have not made any changes to...
It used to change both the outline and lines within a symbol, but with changes made in milsymbol 3 that behavior stopped since it made a lot of symbols unreadable...
https://github.com/spatialillusions/milsymbol/blob/master/src/iconparts/iconparts-functions.js Line 22. The thing is that I don't think it is an exposed function you can override, and it is a bit tricky to get a variable all the...
Since the atmospheric symbols don't use any frame or info, it is just plain static symbols, I would suggest using the official SVGs. I might consider making this as an...
I ran into similar problems when implementing a custom protocol for the VTPK format that uses a vector tile index to minimize the number of tile requests. This shows an...
Addition. In my specific case, where I know if a tile should be over scaled or not based on the VTPK vector tile index, it would be fantastic if I...
@HarelM I did a sort of fix for this, but I think there should be a discussion about how this should be handled. Like I said previously, support for retaining...
My custom protocol for Esri VTPK/TPKX is published here: https://github.com/spatialillusions/maplibre-tilepackage-protocol At the moment my "solution" in my custom protocol is to throw an error in my custom protocol if the...
Maybe if it was possible to return a status "204 No Content" to indicate that the request was completed but no content is returned. That would be a way to...
Maybe 304 would be an option then "304 Not Modified This is used for caching purposes. It tells the client that the response has not been modified, so the client...