jQuery, JSON, PHP and gMap jQuery, JSON, PHP and gMap json json

jQuery, JSON, PHP and gMap


It is only a small thing in Loader.php:

echo "[".$markers.$MyNewPositionMarker."]"; //and removed the [] at the position when loading the new map: WRONG... markers: [data], ... RIGHT: ... markers: data, ... 

(This is just a copy-paste of the solution in the comment to remove the question from the "unanswered" list.)