mhirdes / go_maps_ext

Google Maps Extension for TYPO3
MIT License
21 stars 31 forks source link

[BUGFIX] Integrate absRefPrefix handling #4

Closed ohader closed 7 years ago

ohader commented 9 years ago

In case a website does not use any baseUrl setting (config.baseURL), the created resources pointers will target to a relative path, e.g. "uploads/tx_gomapsext/someMarker.png". The proper target however needs to utilize the accordant prefix and result in e.g. "/uploads/tx_gomapsext/someMarker.png" (leading slash).