2.0.0-beta.8 • Published 18 days ago

@geoblocks/edittrack v2.0.0-beta.8

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
18 days ago

Edittrack geoblock

Description

Edittrack is a Javascript UI library to draw tracks along a network. It has the following concepts:

  • segments: straight lines or snapped linestrings;
  • POIs: points with arbitrary position and meta data;
  • control points: points along between segments that drives the modification of segments;
  • routers: objects transforming a straight line to a snapped linestring along a network;
  • profilers: objects adding 3d dimension to segments.

Current router implementations:

  • Graphhopper;
  • OSRM.

Current profiler implementations:

  • Swisstopo;
  • ExtractFromSegment.

The main class is the TrackManager

Online doc and demos

Local development

For local developpement we use a few demos.

npm install
npm run start
open http://localhost:1234/schm/schm.html?trackId=1250755006
open http://localhost:1234/simple/simple.html

Publish a new version to npm

The source is transpiled to standard ES modules and published on npm.

# update CHANGES.md
npm version patch
npm publish
git push --tags origin master
npm run gh-pages
2.0.0-beta.8

18 days ago

2.0.0-beta.7

18 days ago

2.0.0-beta.6

23 days ago

2.0.0-beta.5

29 days ago

1.3.8

29 days ago

2.0.0-beta.4

1 month ago

1.3.7

2 months ago

2.0.0-beta.3

2 months ago

2.0.0-beta.2

2 months ago

1.3.6

2 months ago

2.0.0-beta.1

2 months ago

1.3.5

2 months ago

1.3.4

2 months ago

2.0.0-beta.0

2 months ago

1.3.3

2 months ago

1.3.2

3 months ago

1.3.1

4 months ago

1.3.0

4 months ago

1.2.12

5 months ago

1.2.11

5 months ago

1.2.8

5 months ago

1.2.10

5 months ago

1.2.0

6 months ago

1.2.7

5 months ago

1.1.8

7 months ago

1.2.6

5 months ago

1.1.7

7 months ago

1.2.5

5 months ago

1.1.6

8 months ago

1.2.4

5 months ago

1.1.5

8 months ago

1.2.3

6 months ago

1.1.4

8 months ago

1.2.2

6 months ago

1.2.1

6 months ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.0

2 years ago