Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/leaflet.filelayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
var FileLayerLoad = L.Control.extend({
statics: {
TITLE: 'Load local file (GPX, KML, GeoJSON)',
LABEL: '⌅'
LABEL: "<svg height='23.0' width='22.0' xmlns='http://www.w3.org/2000/svg'><path d='M993.798 519.562q0 -19.53 -29.574 -19.53h-607.104q-22.32 0 -47.709 11.997t-39.897 29.295l-164.052 202.554q-10.044 13.392 -10.044 22.32 0 19.53 29.574 19.53h607.104q22.32 0 47.988 -12.276t39.618 -29.574l164.052 -202.554q10.044 -12.276 10.044 -21.762zm-636.678 -90.954h428.544v-89.28q0 -22.32 -15.624 -37.944t-37.944 -15.624h-321.408q-22.32 0 -37.944 -15.624t-15.624 -37.944v-35.712q0 -22.32 -15.624 -37.944t-37.944 -15.624h-178.56q-22.32 0 -37.944 15.624t-15.624 37.944v475.974l142.848 -175.77q24.552 -29.574 64.728 -48.825t78.12 -19.251zm708.102 90.954q0 34.596 -25.668 66.96l-164.61 202.554q-23.994 29.574 -64.728 48.825t-78.12 19.251h-607.104q-51.336 0 -88.164 -36.828t-36.828 -88.164v-535.68q0 -51.336 36.828 -88.164t88.164 -36.828h178.56q51.336 0 88.164 36.828t36.828 88.164v17.856h303.552q51.336 0 88.164 36.828t36.828 88.164v89.28h107.136q30.132 0 55.242 13.671t37.386 39.339q8.37 17.856 8.37 37.944z' transform='translate(0,4),scale(0.02)' fill='#808080'/></svg>"
},
options: {
position: 'topleft',
Expand Down