I've a huge kml-file included in the map, the markers are shown, but the marker windows/ballons with further information are not showing up if clicking. The phoca map is within an article and the kml-file is created from a database with adresses by a php script:
http://j4.weizenwelt.de/index.php/weizenweltkarte
You could download the kml-file there and if I check the kml-file with another viewer, everthing is fine e.g. https://kmlviewer.nsspot.net/ or with google earth
KML marker windows/ballons missing (Joomla 4) / KML marker windows/ballons werden nicht angezeigt
-
- Phoca Newbie
- Posts: 2
- Joined: 13 May 2022, 09:32
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: KML marker windows/ballons missing (Joomla 4) / KML marker windows/ballons werden nicht angezeigt
Hi, the problem is, Phoca Maps does not have any feature or tool how to control the KML, it is just loaded into Google Maps and parsed by Google Maps rules
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 2
- Joined: 13 May 2022, 09:32
Re: KML marker windows/ballons missing (Joomla 4) / KML marker windows/ballons werden nicht angezeigt
Hi,
so you suggest it's a kml (syntax) problem ? But checking the kml file with any other kml viewer (google earth or https://kmlviewer.nsspot.net/) shows no errors...
so you suggest it's a kml (syntax) problem ? But checking the kml file with any other kml viewer (google earth or https://kmlviewer.nsspot.net/) shows no errors...
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: KML marker windows/ballons missing (Joomla 4) / KML marker windows/ballons werden nicht angezeigt
Hi, I don't know if there can be some KML (syntax) problem, but the feature is just rendered by external server, not by your server so it is hard to debug soemething on your site.
What can be check
- in html source code - if the path to the kml file is OK
- in developer console - if there is no error set by the API which prevents from displaying the right format
When this is OK, then the KML is just loaded to external server API and there it will be displayed in the map (and it is hard to say what will happen there )
Jan
What can be check
- in html source code - if the path to the kml file is OK
- in developer console - if there is no error set by the API which prevents from displaying the right format
When this is OK, then the KML is just loaded to external server API and there it will be displayed in the map (and it is hard to say what will happen there )
Jan
If you find Phoca extensions useful, please support the project