Giter Site home page Giter Site logo

Comments (2)

W-Geronius avatar W-Geronius commented on July 26, 2024

Detaching overlays from map would also permit implementing enhancement issue #9.

Potentially a 2 step approach:
Option for a gpx overlay that will show symbols in the map ( no interaction)

Another example (extract) as used by nautin.nl to provide up to date navigation marks as an overlay in OpenCPN, where field <sym> refers to externally defined icons

<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
<gpx
 version="1.1"
 creator="Nopoint - http://www.nautin.nl/"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xmlns="http://www.topografix.com/GPX/1/1"
 xsi:schemaLocation="http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd">
<metadata>
<name>Alles.gpx</name>
<time>2019-05-06T11:01:12Z</time>
<keywords>1234670</keywords>
</metadata>
<wpt lat="51.68836666666665" lon="4.54565">
<name>1</name>
<sym>227</sym>
<cmt>geel</cmt>
<desc>geel</desc>
<extensions><opencpn:scale_min_max UseScale="true" ScaleMin="200000" ScaleMax="0" /></extensions>
</wpt>
<wpt lat="51.434749999999994" lon="3.636483333333334">
<name>1</name>
<sym>014</sym>
<cmt>groen</cmt>
<desc>groen</desc>
<extensions><opencpn:scale_min_max UseScale="true" ScaleMin="200000" ScaleMax="0" /></extensions>
</wpt>
</gpx>

from avnav.

wellenvogel avatar wellenvogel commented on July 26, 2024

What you address here is something different.
Anyway this has been on the list for long time...
I will follow this with #77.

from avnav.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.