File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# osm.ts
2
- OpenStreetMap reader, writer, and merge tool. Written in TypeScript.
2
+ Read, inspect, and write OpenStreetMap PBFs in the browser.
3
+
4
+ ## Library
3
5
4
6
## Features
5
7
- [ Native Decompression and Compression] ( https://developer.mozilla.org/en-US/docs/Web/API/Compression_Streams_API )
6
8
- [ @mapbox/pbf ] ( https://github.com/mapbox/pbf ) for decoding and encoding protocol buffers.
7
9
- TypeScript.
8
10
- Low-level stream reading and writing functions for usage with larger datasets.
9
- - Convert entities to GeoJSON.
11
+ - Generate "OSM Changeset"-like patches between two PBFs.
12
+ - Merge OSM PBFs.
13
+
14
+ ## Inspector
15
+ ...
16
+
17
+ ## Merge Tool
18
+ One [ application] ( https://conveyal.github.io/osm.ts/merge ) of the osm.ts library is a tool that enables merging two OSM PBF files.
19
+
20
+
You can’t perform that action at this time.
0 commit comments