maptiler/tileserver-php

Google Maps Api Transparency slider not working

zulkifil opened this issue · 3 comments

Google Maps API (KlokanTech) transparency slider is not working perfectly. Sometime transparency do not work and also reset transparency when zooming & panning. Working fine with The release version & The frozen version if you mention version in code. It is not working in latest api version, Google map api has changed so need to tweak according to new google map api parameters.

Fixed now. Caused by new version of google maps API

Use an older version of google maps API:

    <script src="https://maps.google.com/maps/api/js?v=3.7&sensor=false"></script>