Quote:
Originally Posted by stonyarc
1. I'm aware of that issue but that's being fixed in the next update
3. typo => next version ok
|
Quote:
Originally Posted by stonyarc
2. you can set that when you edit the usergroup in admincp (show on legend YES NO)
|
now i got it!
Quote:
Originally Posted by stonyarc
4. as I had to make a compromise between load times on the main map... There are enough places in vbulletin where online information is shown.
|
thanks for the info!
one more question:
at the map-overview ... on the right =>
there are some statistics:
"Loaded: X of X"
(in xml-file on line 696)
Code:
document.getElementById('loadingMessage').innerHTML= "<b>Loaded: " + max + " of " + markers.length +"</b>" ;
is it possible to phrase this out:
Code:
document.getElementById('loadingMessage').innerHTML= "<b>$vbphrase[vbgooglemapme_load]: " + max + " $vbphrase[vbgooglemapme_of] " + markers.length +"</b>" ;
It's not even neccesary, but it would be fine