Skip to content

Commit e596657

Browse files
author
Joe Hawes
committed
More minor fixes
1 parent bc20786 commit e596657

File tree

6 files changed

+11
-12
lines changed

6 files changed

+11
-12
lines changed

assets/dist/waymark-js/js/waymark-js.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9777,7 +9777,7 @@ function Waymark_Map_Editor() {
97779777
case 'marker' :
97789778
//Create Icon
97799779
layer.setIcon(
9780-
L.divIcon(Waymark.build_icon_data(type))
9780+
Waymark_L.divIcon(Waymark.build_icon_data(type))
97819781
);
97829782

97839783
break;

assets/dist/waymark-js/js/waymark-js.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

languages/waymark.pot

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ msgid ""
44
msgstr ""
55
"Project-Id-Version: Waymark 0.9.28.7\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/waymark\n"
7-
"POT-Creation-Date: 2023-08-31 15:42:28+00:00\n"
7+
"POT-Creation-Date: 2023-08-31 18:48:04+00:00\n"
88
"MIME-Version: 1.0\n"
99
"Content-Type: text/plain; charset=utf-8\n"
1010
"Content-Transfer-Encoding: 8bit\n"
@@ -229,12 +229,11 @@ msgstr ""
229229
#: inc/Admin/Waymark_Settings.php:66
230230
msgid ""
231231
"<span class=\"waymark-lead\">Waymark uses the excellent <a "
232-
"href=\"%s\">OpenStreetMap</a> as it’s default Basemap and allows "
233-
"integration for services that support <a href=\"%s\">tiled web "
234-
"maps</a></span>.<br /><br /><a href=\"%s\">Thunderforest</a> and <a "
235-
"href=\"%s\">Mapbox</a> are examples of providers that offer easy access to "
236-
"beautiful Basemaps (including satellite imagery). They require "
237-
"registration, but have a free usage tier."
232+
"href=\"%s\">OpenStreetMap</a> as it’s default Basemap and supports many <a "
233+
"href=\"%s\">other providers</a>.<br /><br /><a "
234+
"href=\"%s\">Thunderforest</a> and <a href=\"%s\">Mapbox</a> are examples of "
235+
"providers that offer easy access to beautiful Basemaps (including satellite "
236+
"imagery). They require registration, but have a free usage tier."
238237
msgstr ""
239238

240239
#: inc/Admin/Waymark_Settings.php:67

waymark-js/dist/js/waymark-js.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9777,7 +9777,7 @@ function Waymark_Map_Editor() {
97779777
case 'marker' :
97789778
//Create Icon
97799779
layer.setIcon(
9780-
L.divIcon(Waymark.build_icon_data(type))
9780+
Waymark_L.divIcon(Waymark.build_icon_data(type))
97819781
);
97829782

97839783
break;

waymark-js/dist/js/waymark-js.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

waymark-js/src/js/Waymark_Map_Editor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ function Waymark_Map_Editor() {
747747
case 'marker' :
748748
//Create Icon
749749
layer.setIcon(
750-
L.divIcon(Waymark.build_icon_data(type))
750+
Waymark_L.divIcon(Waymark.build_icon_data(type))
751751
);
752752

753753
break;

0 commit comments

Comments
 (0)