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

As mentioned here: https://github.com/Travix-International/frint/pull/261#issuecomment-322692609

help wanted
optimization
good first issue

## Version **2.4.0** of [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) just got published. Branch Build failing 🚨 Dependency eslint-plugin-import Current Version 2.3.0 Type devDependency This version is **covered** by your **current version range** and after...

greenkeeper

Affects server-side rendering only. ## Currently Only one function is supported: * `renderToString` ## Support these too * `renderToStaticMarkup` * `renderToNodeStream` * `renderStaticToNodeStream` Further reading: https://reactjs.org/docs/react-dom-server.html#overview

help wanted
feature

As mentioned by @viacheslaff here: https://github.com/Travix-International/frint/pull/247#discussion_r130547011

help wanted

Add a dedicated page guiding how to test Frint applications, including the React components in them.

docs

With snippets for things like: * How to do X in Frint? * How to achieve X in Frint as done in a different library X? * more...

docs

Doing so would enable anyone to quickly import a particular example on https://codesandbox.io/s/github, and play around with it.

examples

## Currently Most observed components are written like this: ```js // components/MyComponent.js import React from 'react'; import { observe, streamProps } from 'frint-react'; const MyComponent = function (props) { return...

As can be seen in this conversation here: https://github.com/Travix-International/frint/pull/244#discussion_r130305695