We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d3317a commit 3e21075Copy full SHA for 3e21075
README.md
@@ -49,6 +49,11 @@ export GIT_USER=<username>; export USE_SSH=true; npm run deploy
49
- Download whole planet pbf files: http://free.nchc.org.tw/osm.planet/
50
- Download country pbf files: http://download.geofabrik.de/index.html
51
- Scala protocol buffer library: https://scalapb.github.io/ and https://github.com/thesamet/sbt-protoc
52
+ - OSM primitives: https://wiki.openstreetmap.org/wiki/Elements
53
+ - Node: https://wiki.openstreetmap.org/wiki/Node
54
+ - Way: https://wiki.openstreetmap.org/wiki/Way
55
+ - Relations: https://wiki.openstreetmap.org/wiki/Relation
56
+ - Tags: https://wiki.openstreetmap.org/wiki/Tags
57
58
### third party OSS libraries:
59
- ScalaPB: https://scalapb.github.io/ and https://github.com/thesamet/sbt-protoc
0 commit comments