Lessad
Lessad
Update: Changed `topology.js` Line 30 `function isLineString(f) { return true; }` You can also replace "LineString" with "MultiLineString" Line 56 `f.geometry.coordinates[0].forEach(function buildLineStringEdges(c, i, cs) {` It made it work for...
Hey, It’s exactly as you say haha I did that because I really needed it to work with that type of feature. But because of my lack of skill and...
After tidying react-leaflet-vectorgrid.min.js I believe that the simplification happens at line 2117. But I can't understand that line enough to suggest any change..
2 days looking for a solution and I found it! At the line 2117, col 9074, set tolerance to "tolerance:0.000001" You will get no additional lag and your geojson will...