Roman Blum

Results 7 comments of Roman Blum

The script provided by @1ec5 is a little bit outdated. This should work: 1. Download this repository and navigate into the `icons` folder. 2. Create a script file ``` $...

Just came across this issue because I was in need for this feature. While looking for a workaround, I faced other problems: I tried to exchange the whole GeoJSON source....

Just read your comment @1ec5. Based on your [previous comment](https://github.com/mapbox/mapbox-gl-native/issues/6177#issuecomment-251425042) this can (must?) be done at the SDK level so it's something I'm confident to resolve and find a solution....

Use this for a left alignment: ``` swift func getCenteredXPosition(_ rect: CGRect, itemPos: CGFloat, dotSize: CGFloat, space: CGFloat, numberOfPages: Int) -> CGFloat { let individualDotPos = (itemPos * (dotSize +...

Hi @BucekJiri Thank you for you contributions to this repository. I've found your additions very helpful, especially the clustered content. However, having another size for the selected content leads to...

This will solve your problem (at least it did for me): https://github.com/domlysz/BlenderGIS/issues/655#issuecomment-1197557235 ### TL;DR: Run: ``` brew install freeimage launchctl setenv IMAGEIO_FREEIMAGE_LIB /opt/homebrew/Cellar/freeimage/3.18.0/lib/libfreeimage.dylib ``` Then try again opening the basemap.

Hi Guys @cnoon This PR has been open for a long time and hasn't been merged yet. Why? @indieSoftware Might there also be the possibility to add the object instead...