Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey @lydiamann592, i’m back working with the plugin and it didn’t work for me, so i ran a validation with:
    https://www.kmlvalidator.com/validate.htm
    it turned out that the kml output from google maps had a lot of errors. so i had to delete some of the tags (i don’t know enough to edit or troubleshoot it) until i had no errors. and then it worked.

    there’s another plugin geo mash up. it’s very similar. have you tried it?

    Hey lydiamann592, last night i tried something else and it kinda worked.
    this is what i did: i created a map in maps.google.com, downloaded the kml, opened in the editor and deleted all the <Style id = “StyleN”> and added instead

    <Style id = "anotherStyle">
         <IconStyle>
            <Icon><href>https://maps.google.com/mapfiles/kml/shapes/airports.png</href></Icon>
         </IconStyle>
     </Style>

    at the begining, right after:

    <Document>
      <name>grand canyon</name>
      <description><![CDATA[]]></description>

    (it’s the google maps airport icon)
    and then, i added

    <styleUrl>#anotherStyle</styleUrl>

    to each Placemark, in my case it looked like:

    <Placemark>
            <name>Day 11 - Mile 167 </name>
        <atom:link href="https://www.flickr.com/photos/30071120@N02/8010497184/" rel="related"/>
        <description><![CDATA[<p><a href="https://www.flickr.com/people/30071120@N02/" target="_blank">mmaga</a> posted a photo:</p>
    <p><a href="https://www.flickr.com/photos/30071120@N02/8010497184/" title="Day 11 - Mile 167 - Waterfalls after a Monsoon at National Canyon" target="_blank"><img src="https://farm9.staticflickr.com/8181/8010497184_86e2d8420a_m.jpg" width="240" height="159" alt="Day 11 - Mile 167 - Waterfalls after a Monsoon at National Canyon"></a></p>]]></description>
        <styleUrl>#Alternate_style</styleUrl>
        <Point>
          <coordinates>-112.892929,36.257389,0.000000</coordinates>
        </Point>
      </Placemark>
      <Placemark>

    let me know if it works for you. It’s not the most efficient way… but at least i could see the placemarks!
    I’d like to know if there is another thing we can try… Maybe alexanderzagniotov can help us? I loved the plugin and I hope we can find a work around to be able to use it!

    Hi, I have the same problem. I’ve just installed the plugin to the WordPress 3.4.2. I generated a kml with google maps and tried both uploading the file and the url (I checked that was valid). So… I can see the map centered on where my placemarks are but none are showing, looks empty. any suggestions please?
    thanks in advance

Viewing 3 replies - 1 through 3 (of 3 total)