Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kepta/idly
Collection of OSM related tools
https://github.com/kepta/idly
openstreetmap
Last synced: 3 months ago
JSON representation
Collection of OSM related tools
- Host: GitHub
- URL: https://github.com/kepta/idly
- Owner: kepta
- Created: 2017-07-18T09:35:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-15T10:49:48.000Z (over 6 years ago)
- Last Synced: 2024-09-30T05:02:38.330Z (3 months ago)
- Topics: openstreetmap
- Language: TypeScript
- Homepage:
- Size: 6.6 MB
- Stars: 19
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
| Tools | Status | Description |
| --------------------------------------------------------------------------------------------------- | --------------- | --------------------------------------------------------------- |
| [idly-gl](https://github.com/kepta/idly/tree/master/packages/idly-gl) | beta | A mapboxgl-gl plugin to render OSM data as an interactive layer |
| [idly-faster-osm-parser](https://github.com/kepta/idly/tree/master/packages/idly-faster-osm-parser) | beta | An incredibly fast osm xml to json parser |
| [idly-state](https://github.com/kepta/idly/tree/master/packages/idly-state) | alpha(internal) | State management for osm editing |
| [idly-worker](https://github.com/kepta/idly/tree/master/packages/idly-worker) | alpha(internal) | The web worker glue code to offload most of the computation |
| [idly-common](https://github.com/kepta/idly/tree/master/packages/idly-common) | alpha(internal) | Houses reusable code which is used across different packages |