svg-to-geojson icon indicating copy to clipboard operation
svg-to-geojson copied to clipboard

Upload SVG, return GeoJSON.

Results 70 svg-to-geojson issues
Sort by recently updated
recently updated
newest added

Current coverage report: ``` $ (cd ./packages/frint-router && npm run cover:report) ---------------------------|----------|----------|----------|----------|----------------| File | % Stmts | % Branch | % Funcs | % Lines |Uncovered Lines | ---------------------------|----------|----------|----------|----------|----------------| All...

help wanted

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`...

help wanted
docs

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`...

help wanted
docs

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

help wanted
optimization

## 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...

help wanted
proposal
good first issue

## 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...

proposal

## 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...

bug
help wanted
good first issue

## 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...

help wanted
feature
minor
good first issue

## 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...

greenkeeper