Rob Howard

Results 19 comments of Rob Howard

This is an interesting idea. Also, it would be nice to be able to close the current modal from a different ViewModel.

Are there any workarounds to this issue when dealing with hundreds of point markers that each must be displayed in a certain order based on a defined priority? If not,...

Unfortunately, can't elaborate very much due to legal BS. However, I can tell you that the symbology in question is very complex, and defined within a document issued by an...

@matteblair We used nested layers with different `order` parameters. Looking back at the rendered output, I can see where some of the points are not being drawn in the proper...

Once available, I'll use this immediately to replace several ugly hacks that I'm currently using!

We saw a similar crash on occasion when loading a scene with an mbtiles data source. We switched to a individual tile files in a directory structure as a workaround.

Thanks for the information @matteblair and @bcamper. It's an interesting approach and I didn't realize this was how Tangram handled picking behind the scenes. A simpler solution for my application...

Thanks! I think that I may have found a workaround for my particular case using Unicode characters for the subscripts, which are always numeric, and centering a single label on...

Our styles are very complex, hundreds of different layers coming from the same tile source, and different symbologies for the same layer but different geometry type. We're already nesting layers...

Have you tried using one of the shaders from the tiling example? They may provide the result that you expect.