Locus Map - forum

Support => Troubles & Questions => Topic started by: ysop on August 07, 2011, 17:28:55

Title: POI with multiple icons in kmz-file
Post by: ysop on August 07, 2011, 17:28:55
I have a problem when I import a kmz-file with multiple icons:
If the kmz file has icons referenced by external links the icons are shown correctly in the map. But if the kmz-file has icons which are provided within the file the icon of the category is shown on the map, not the icons provided in the file. Google earth works as expected.
[attachment=0:2j9ob9ge]ba3 icons test.zip[/attachment:2j9ob9ge]

Then I tried to delete a POI of the category and the app crashed. After starting Locus the category is not shown anymore. If I try to generate the category again Locus says "category already exists" (translated from german to english). But I cannot reproduce the crash again when I delete the POI.
Title: Re: POI with multiple icons in kmz-file
Post by: Menion on August 08, 2011, 14:11:37
I was searching for mistake in code and finally mistake is in your file. Even when you use own icons, you have to place them into 'href' tag ...

so this <href>water.png</href> is valid!
Title: Re: POI with multiple icons in kmz-file
Post by: ysop on August 09, 2011, 16:12:53
Thank you, now it works. Excuse me for making unjustified trouble!