You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I wanted to insert "value" numbers in a Geojson into leaftlet realtime geographical point rather than marker icon.
I used the bindtoolup in leaflet and it compiled without any error, but when I tested it in the realtime leafet, I encountered to the following problem.
this is my code:
(index):333 Uncaught TypeError: realtime.bindTooltip is not a function
at bindFeaturePopupx ((index):333)
at Array.forEach ()
at NewClass. ((index):351)
at NewClass.fireEvent (leaflet-src.js:461)
at NewClass._onNewData (leaflet-realtime.js:787)
at NewClass. (leaflet-realtime.js:696)
at leaflet-src.js:54
at success (leaflet-realtime.js:343)
at XMLHttpRequest. (leaflet-realtime.js:87)
Is there anyone to solve this problem?
Cheers
The text was updated successfully, but these errors were encountered:
Hi,
I wanted to insert "value" numbers in a Geojson into leaftlet realtime geographical point rather than marker icon.
I used the bindtoolup in leaflet and it compiled without any error, but when I tested it in the realtime leafet, I encountered to the following problem.
this is my code:
but I received the following error in console:
Is there anyone to solve this problem?
Cheers
The text was updated successfully, but these errors were encountered: