Nikhil VJ

Results 189 comments of Nikhil VJ

@jcoupey valid point on funding required, I agree completely. Pls share a link or pathway for contributing funding that we can use - both at individual and organisational level. Also...

@ivandza the docker way worked fine for me without any glitches. Thank heavens for containerization. sharing my docker command: ```bash docker run --name tileserver1 -d -v "$(pwd)":/data -p 7100:8080 -p...

Hi, I'm guessing this hasn't been implemented yet? I'm using the 'Stamen.Terrain' layer, want it to keep its maxNativeZoom at 10, then over that (as users will zoom in further...

@mathben By all means pls take it forward; i'm out of time bandwidth for now so won't be able to.

I think I found where the markers code is: https://github.com/aswinmohanme/kerala-flood-map/blob/master/src/components/mainPage/mainPageMap.js#L30

Yikes, my bad, the L.divIcon isn't the way to improve page performance; it's by using L.circleMarker and a custom SVG renderer. Its explained on [this stackoverflow post](https://stackoverflow.com/a/43019740/4355695). The jsfiddle linked...

This is how the code for L.circleMarker would look in Vanilla JS. ``` var myRenderer = L.canvas({ padding: 0.5 }); // from https://stackopverflow.com/a/43019740/4355695 var redcircleMarkerOptions = { renderer: myRenderer, radius:...

Also, better to add the different colors markers to different layers entirely, then the user can switch them on/off. If anyone knows react-leaflet, I'd love some translation help! I can...

@laidig thanks a bunch, it worked! I understand you made a fork and.. compiled it?

Links from Translation Toolkit: http://docs.translatehouse.org/projects/translate-toolkit/en/latest/commands/ http://docs.translatehouse.org/projects/translate-toolkit/en/latest/installation.html