Select to view content in your preferred language

Href links to placemark ids

99
0
3 weeks ago
BWat
by
New Contributor

I have both a csv and kml file that have href links to a specific placemark id.  They work on google earth and load and display correctly on the arcgis popup. In the image below, the href for "Louis Cortez," displays correctly, but the link to the map placemark id does not work. 

BWat_1-1720028523336.png

Note the other href links to outside websites at the bottom of the popup (Fanchart & MyHeritage)  both work as expected and go to those websites.

The format I'm using works on google earth:  <a href="#17;balloonFlyto">Louis Cortez</a> and the placemark information for Louis is:   

 <Placemark id="17">
    <name>Louis Cortez</name>
    <Point>
       <coordinates>
          -73.40347187,40.870259,0
       </coordinates>
   </Point>
</Placemark>

On arcgis, clicking the Louis Cortez link takes me to a new browser tab and has appended the placemark balloonFlyto to the end of the arcgis map url:  https://www.arcgis.com/apps/mapviewer/index.html?webmap=b01df4ce772846fe8e943c5fe6e6912a#17;balloonF...

I understand that ballonFlyto does not work in arcgis, but is there an alternative command to go to a specific placemark id?

0 Kudos
0 Replies