Skip to content

Commit 02b7765

Browse files
talespaivaocefpaf
authored andcommitted
Added URL for original plugin repository.
Removed code for running local version in example.
1 parent 476dcc0 commit 02b7765

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

examples/polyline_text_path_example.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
# -*- coding: utf-8 -*-
2-
3-
# This is to import the repository's version of folium ; not the installed one.
4-
import sys, os
5-
sys.path.insert(0, '..')
62
import folium
73
from folium import plugins
84

folium/plugins/polyline_text_path.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
PolyLine Text Path
44
-----------
55
6+
https://github.com/makinacorpus/Leaflet.TextPath
7+
68
Shows a text along a PolyLine.
79
810
"""

0 commit comments

Comments
 (0)