に次の Google マップがあります。
http://www.ticketrich.com/uk-days-out-guide/
[map kml=http://www.ticketrich.com/map5.kml] でマップを開始するためにショートコードを使用する WP プラグインを使用しています。
kml ファイルの内容は次のとおりです。
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.google.com/earth/kml/2">
<Document>
<Folder>
<name>Folder.kml</name>
<open>1</open>
<description>
A folder is a container that can hold multiple other objects
</description>
<Placemark>
<name>Alton Towers</name>
<description>Alton Towers Information</description>
<Point>
<coordinates>-1.891,52.9898,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>Chessington World of Adventures</name>
<description>Chessington World of Adventures Information</description>
<Point>
<coordinates>-0.31539,51.35013</coordinates>
</Point>
</Placemark>
<Placemark>
<name>Banqueting House</name>
<description>Banqueting House</description>
<Point>
<coordinates>-1.0968,53.8937</coordinates>
</Point>
</Placemark>
</Folder>
</Document>
</kml>
問題は、目印の 1 つしか表示されないことです。何を試しても、すべてを機能させることはできません。誰が問題が何であるかを見ることができますか?