|
24 | 24 |
|
25 | 25 | _default_js = [ |
26 | 26 | ('leaflet', |
27 | | - "https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.3/leaflet.js"), |
| 27 | + "https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.0.0/leaflet.js"), |
28 | 28 | ('jquery', |
29 | 29 | "https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"), |
30 | 30 | ('bootstrap', |
31 | 31 | "https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"), |
32 | 32 | ('awesome_markers', |
33 | 33 | "https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.js"), # noqa |
34 | 34 | ('marker_cluster_src', |
35 | | - "https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/0.4.0/leaflet.markercluster-src.js"), # noqa |
| 35 | + "https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/1.0.0/leaflet.markercluster-src.js"), # noqa |
36 | 36 | ('marker_cluster', |
37 | | - "https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/0.4.0/leaflet.markercluster.js"), # noqa |
| 37 | + "https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/1.0.0/leaflet.markercluster.js"), # noqa |
38 | 38 | ] |
39 | 39 |
|
40 | 40 | _default_css = [ |
41 | 41 | ("leaflet_css", |
42 | | - "https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.3/leaflet.css"), |
| 42 | + "https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.0.0/leaflet.css"), |
43 | 43 | ("bootstrap_css", |
44 | 44 | "https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"), |
45 | 45 | ("bootstrap_theme_css", |
|
49 | 49 | ("awesome_markers_css", |
50 | 50 | "https://cdnjs.cloudflare.com/ajax/libs/Leaflet.awesome-markers/2.0.2/leaflet.awesome-markers.css"), # noqa |
51 | 51 | ("marker_cluster_default_css", |
52 | | - "https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/0.4.0/MarkerCluster.Default.css"), # noqa |
| 52 | + "https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/1.0.0/MarkerCluster.Default.css"), # noqa |
53 | 53 | ("marker_cluster_css", |
54 | | - "https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/0.4.0/MarkerCluster.css"), # noqa |
| 54 | + "https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/1.0.0/MarkerCluster.css"), # noqa |
55 | 55 | ("awesome_rotate_css", |
56 | 56 | "https://rawgit.com/python-visualization/folium/master/folium/templates/leaflet.awesome.rotate.css"), # noqa |
57 | 57 | ] |
|
0 commit comments