KMZ do not show of my icons

微笑、不失礼 提交于 2021-02-08 09:25:16

问题


Earlier, I tried to put the file on the host kml. My question here Not showing the path in KML. Now I created new file kmz on the recommendations of Google. File here: http://tourist-sweden.se/transport/map/sthlm/t-11-1.kmz . Calling map: http://tourist-sweden.se/transport/map/sthlm/t-11-bana.html Now maps show only the path but do not show of my icons. What a mistake again in my maps? Are there any robust and simple alternative to kml?


回答1:


Your KMZ file is not correct. If you zip up the t-11 directory, it works:

It currently looks like this:

[lross@JJ kmz]$ unzip -l t-11-1.kmz
Archive:  t-11-1.kmz
  Length     Date   Time    Name
 --------    ----   ----    ----
        0  07-07-13 12:06   t-11/
     3655  07-07-13 12:43   t-11/t-11-bana.kml
        0  07-07-13 12:08   t-11/files/
     1039  07-04-13 21:21   t-11/files/subway-blue.png

If you create it from the t-11 directory so it looks like this, it works:

[lross@JJ t-11]$ unzip -l t-11-1a.kmz
Archive:  t-11-1a.kmz
  Length     Date   Time    Name
 --------    ----   ----    ----
        0  07-07-13 12:08   files/
     3655  07-07-13 12:43   t-11-bana.kml
     1039  07-04-13 21:21   files/subway-blue.png

http://www.geocodezip.com/v3_GoogleEx_layer-kml_linktoB.html?filename=http://www.geocodezip.com/geoxml3_test/kmz/t-11-1a.kmz



来源:https://stackoverflow.com/questions/17511885/kmz-do-not-show-of-my-icons

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!