nakarte

Source code of https://map.sikmir.ru (fork)
git clone git://git.sikmir.ru/nakarte
Log | Files | Refs | LICENSE

commit bbe585ff469545411f741c091a3d4fd1fa0dea9f
parent 58b935cb6dafae070d3ed7595e6714c0f6646f76
Author: Sergej Orlov <wladimirych@gmail.com>
Date:   Tue, 26 Mar 2019 20:44:34 +0100

Merge pull request #226 from sikmir/fix-typo

fix typo
Diffstat:
Msrc/lib/leaflet.layer.geocaching-su/index.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/leaflet.layer.geocaching-su/index.js b/src/lib/leaflet.layer.geocaching-su/index.js @@ -42,7 +42,7 @@ const GeocachingSu = L.Layer.CanvasMarkers.extend({ } } ); - notify('Failed to get Westra passes data'); + notify('Failed to get geocaching data'); } ); },