kopia lustrzana https://github.com/onthegomap/planetiler
rodzic
5b0a3ba636
commit
72f86c8b63
14
NOTICE.md
14
NOTICE.md
|
@ -26,6 +26,8 @@ The `planetiler-core` module includes the following software:
|
|||
- org.roaringbitmap:RoaringBitmap (Apache license)
|
||||
- org.projectnessie.cel:cel-tools (Apache license)
|
||||
- mil.nga.geopackage:geopackage (MIT license)
|
||||
- org.snakeyaml:snakeyaml-engine (Apache license)
|
||||
- org.commonmark:commonmark (BSD 2-clause license)
|
||||
- Adapted code:
|
||||
- `DouglasPeuckerSimplifier` from [JTS](https://github.com/locationtech/jts) (EDL)
|
||||
- `OsmMultipolygon` from [imposm3](https://github.com/omniscale/imposm3) (Apache license)
|
||||
|
@ -42,14 +44,10 @@ The `planetiler-core` module includes the following software:
|
|||
- `osmformat.proto` and `fileformat.proto` (generates `Osmformat.java` and `Fileformat.java`)
|
||||
from [openstreetmap/OSM-binary](https://github.com/openstreetmap/OSM-binary/tree/master/osmpbf) (MIT License)
|
||||
- `VarInt` from [Bazel](https://github.com/bazelbuild/bazel) (Apache license)
|
||||
- `SeekableInMemoryByteChannel` from [Apache Commons compress](https://commons.apache.org/proper/commons-compress/apidocs/org/apache/commons/compress/utils/SeekableInMemoryByteChannel.html) (Apache License)
|
||||
- Maven Dependencies:
|
||||
- org.snakeyaml:snakeyaml-engine (Apache license)
|
||||
- org.commonmark:commonmark (BSD 2-clause license)
|
||||
- Code adapted from OpenMapTiles (BSD 3-Clause License):
|
||||
- `generated` package generated from OpenMapTiles
|
||||
- All code in `layers` package ported from OpenMapTiles
|
||||
- `LanguageUtils` ported from OpenMapTiles
|
||||
- `SeekableInMemoryByteChannel`
|
||||
from [Apache Commons compress](https://commons.apache.org/proper/commons-compress/apidocs/org/apache/commons/compress/utils/SeekableInMemoryByteChannel.html) (
|
||||
Apache License)
|
||||
- [`planetiler-openmaptiles`](https://github.com/openmaptiles/planetiler-openmaptiles) submodule (BSD 3-Clause License)
|
||||
- Schema
|
||||
- The cartography and visual design features of the map tile schema are licensed
|
||||
under [CC-BY 4.0](http://creativecommons.org/licenses/by/4.0/). Products or services using maps derived from
|
||||
|
|
Ładowanie…
Reference in New Issue