farfromrefuge

Results 1510 comments of farfromrefuge

@ravenfeld you can still put you gpx into a geosjon datasource. this is whati do and it gives me the power of carto css style. ps: out of curiosity may...

@ravenfeld sure we should discuss. I think we are doing the same thing ;) https://github.com/farfromrefug/alpimaps I can use online raster/vector but i for one use my own generated maps (for...

@jaakla i understand what you say and in a sense i agree. Yes you will loose some features like layers, source definitions but you should keep most of the features....

@jaakla thanks for the point taken. I still want to emphasise more on the need for "theming tools". Right now for example i have a style that works fine in...

@mtehver it is very close. The only difference i see (JS code but you ll understand what s setup behind). * `new GeoJSONVectorTileDataSource({ simplifyTolerance: 0, minZoom: 0, maxZoom: 24 })`...

@mtehver i want to add something to this. Having something like this would also (i think) allow merging vector layers with one big difference. Right now if you use `MergedMBVTTileDataSource`...

@mtehver ok i actually stopped using `setLayerFeatureCollection` because it was doing the serializing/de-serializing. So i use `setLayerGeoJSON` with a variant. It is much more efficient. I would still really like...

@mtehver i get it might change a lot especially the "layout" of clusters. Now about the creation of another layer or copying the marker, always possible. But it would make...

@mtehver well i think: * i would need to modify ```createSingletonCluster``` [here](https://github.com/CartoDB/mobile-sdk/blob/b13a7b8931be78efda4507d2dadcedee15870754/all/native/layers/ClusteredVectorLayer.cpp#L258) * to know if a ```VectorElement``` could be clustered i would need to have a property inside ```VectorElement```....

@mtehver so your thinking about adding a list of non clusterable items to ClusteredElementLayer ? That s seems a little overkill. Still i understand you not wanting to add a...