TreeWalks / tree-walk-guide

CSU Fresno Tree Walk AR Guide (powered by a companion website, Geospatial API and semantics)
https://play.google.com/store/apps/details?id=dev.csaba.armap.treewalk
Apache License 2.0
0 stars 0 forks source link

The stop skipping feature doesn't work? #13

Closed MrCsabaToth closed 1 year ago

MrCsabaToth commented 1 year ago

Even after restarting the app

MrCsabaToth commented 1 year ago

Currently I interpolate Placemark like this:

  <Placemark>
    <name>White alder</name>
    <description>Native to coastal areas, along stream banks, from British Columbia to California.</description>
    <Point>
      <coordinates>-119.748992,36.813851</coordinates>
    </Point>
    <NetworkLink>
      <name>White alder</name>
      <visibility>1</visibility>
      <open>1</open>
      <refreshVisibility>1</refreshVisibility>
      <flyToView>1</flyToView>
      <Link>
        <href>https://treewalks.github.io//2022/12/24/white_alder_en.html</href>
      </Link>
    </NetworkLink>
  </Placemark>