1stgongsin
1stgongsin
Thank for reply, leplatrem. Over 1Mbytes gpx or kml file does not appear on the map. i think togeojson.js can't process over 1Mbytes size of gpx or kml.
Thank you for reply, leplatrem. Sadly, I don't know about javascript at all. so I can't change the original code. L.Control.FileLayerLoad.LABEL = ''; control = L.Control.fileLayerLoad({ fitBounds: true, layerOptions: {...
Thank you for reply, johnd0e. I changed code like below. but It's not working control = L.Control.fileLayerLoad({ fitBounds: true, layerOptions: { onEachFeature = function (feature, layer) { if (feature.properties.name) {...
It doesn't work either. sorry for bothering syntax error -> Unexpected token , control = L.Control.fileLayerLoad({ fitBounds: true, layerOptions: { onEachFeature: function (feature, layer) { if (feature.properties.name) { layer.bindTooltip(feature.properties.name, {...