Skip to content

Latest commit

 

History

History
84 lines (43 loc) · 3.09 KB

THIRD_PARTY.md

File metadata and controls

84 lines (43 loc) · 3.09 KB

Third party code

This repository contains code by other open source projects.

Fork of GraphHopper

This repository contains a forked version of GraphHopper as a submodule in the graphhopper/ directory. The code is slightly modified. The original code can be found at https://github.com/graphhopper/graphhopper/

© 2012–2017 GraphHopper GmbH and contributors

License: Apache 2.0

See graphhopper/NOTICE.md for third-party dependencies shipped with GraphHopper.

GraphHopper-Web

src/main/java/de/geofabrik/railway_routing/http/ contains code of following classes of GraphHopper-Web:

  • de.geofabrik.railway_routing.http.ImportCommand (source: com.graphhopper.web.http.cli.ImportCommand)
  • de.geofabrik.railway_routing.http.RailwayRoutingApplication (source: com.graphhopper.web.http.GraphHopperApplication)
  • de.geofabrik.railway_routing.http.RailwayRoutingBundle (source: com.graphhopper.web.http.GrapHopperBundle)
  • de.geofabrik.railway_routing.http.RailwayRoutingManaged (source: com.graphhopper.web.http.GraphHopperManaged)
  • de.geofabrik.railway_routing.http.RailwayRoutingServerConfiguration (source: com.graphhopper.web.http.GraphHopperServerConfiguration)

The original source code can be found at https://github.com/graphhopper/graphhopper/tree/master/web/src/main/java/com/graphhopper/http

© 2012–2017 GraphHopper GmbH and contributors

License: Apache 2.0

See graphhopper/NOTICE.md for third-party dependencies shipped with GraphHopper.

High Performance Primitive Collections for Java

This repository uses collection types of the HPPC library.

© Carrot Search s.c.

License: Apache 2.0

Website: https://labs.carrotsearch.com/hppc.html

Source code repository: https://github.com/carrotsearch/hppc

FileSaver.js

Location in this repository: src/main/resources/map-matching-frontend/filesaver/

Copyright © 2016 Eli Grey.

Website: https://github.com/eligrey/FileSaver.js

License: MIT/X11

Leaflet

Location in this repository: src/main/resources/map-matching-frontend/leaflet/

Copyright © 2010-2018, Vladimir Agafonkin

Copyright © 2010-2011, CloudMade

Website: https://leafletjs.com/

License: BSD 2-clause

Leaflet-GPX

Location in this repository: src/main/resources/map-matching-frontend/leaflet-gpx/

Copyright © 2011-2012 Pavel Shramov

Copyright © 2013 Maxime Petazzoni [email protected]

Website: https://github.com/mpetazzoni/leaflet-gpx

License: BSD 2-clause