svg-to-geojson
svg-to-geojson copied to clipboard
Upload SVG, return GeoJSON.
Current coverage report: ``` $ (cd ./packages/frint-router && npm run cover:report) ---------------------------|----------|----------|----------|----------|----------------| File | % Stmts | % Branch | % Funcs | % Lines |Uncovered Lines | ---------------------------|----------|----------|----------|----------|----------------| All...
We have a strict requirement of keeping things backwards compatible in Frint on a quarterly basis. And we do that via `frint-compat` package. We should add this information in `MAINTAINERS.md`...
Some notes were posted here before: https://github.com/Travix-International/frint/pull/275#issuecomment-324932723 Also all PRs are required to have the labels `PR`, and one from `major`, `minor` or `patch`. The info could go to `MAINTAINERS.md`...
We are overusing Subjects with RxJS, where we could better make use of the hot observable concept as detailed in this article by @benlesh: https://medium.com/@benlesh/hot-vs-cold-observables-f8094ed53339
## Currently With `frint-data`, Models and Collections can be observed via `.get$()`: ```js const todo$ = todo.get$(); ``` ## Proposal As it is done for `frint-store` via #393, it would...
## Currently The project has a tagline “Modular JavaScript framework for building reactive and scalable applications”. ## Think something simpler The existing tagline does not really reflect the project well...
## Background When we started this project, it was a single package (`frint`) in a single repository. Earlier this year, we focused on the core `frint` package to handle Apps...
## Current situation We ship `streamProps` helper function from `frint-component-utils` package, which allows combining values from various sources and then generate a single observable of props. It uses `concatMap` operator...
## Current situation Right now, when a Region has no Apps to render, it just remains empty. It would be useful if we can pass some default Component to render...
## Version **7.5.0** of [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) was just published. Branch Build failing 🚨 Dependency eslint-plugin-react Current Version 7.4.0 Type devDependency This version is **covered** by your **current version range** and after...