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

Server rendered FrintJS+React apps with next.js: https://github.com/zeit/next.js/

examples

I'm following the quickstart in [https://frint.js.org/docs](https://frint.js.org/docs). I installed frint, I initialized an example app, but, when I execute npm install, throw those errors: ``` npm ERR! While resolving: [email protected] npm...

Under the packages section (https://frint.js.org/docs#packages) on the docs page of the website, if a user clicks on the frint-react link, he/she is taken to the wrong link (https://frint.js.org/https://frint.js.org/docs/packages/frint-react#packages). I want...

I recently used the Frint multi apps demo to develop a POC, however whenever I load the app on browser I get the following error on the console ``` Uncaught...

## Currently Our API of `frint-react` is based on the context API of React v15. React v16 still supports the old (v15) context API in deprecated mode, but also makes...

help wanted
proposal

I'm trying to make frintjs work with [atomico](https://github.com/atomicojs/atomico/issues/27) which uses reactive custom elements (aka web components) and seems a more modern and natural fit for frintjs. Would much appreciate some...

## Version **5.0.0** of [eslint-config-travix](https://github.com/Travix-International/eslint-config-travix) was just published. Dependency eslint-config-travix Current Version 3.0.1 Type devDependency The version **5.0.0** is **not covered** by your **current version range**. If you don’t accept...

greenkeeper

Instead of referencing React.Component we can use ES6 to pull Component from React by saying : `import React, { Component } from 'react';` And, use `Component` directly instead of `React.Component`...

## Currently We use `getMountableComponent(app)` function, to get a component which has the `app` inside React's context. ## Proposal We can have a `MountApp` component, with usage like: ```js import...

help wanted
proposal

## Currently If we want to wait for certain Apps to be available first, before registering a new App, we do it like this: ```js window.app.getAppOnceAvailable$('FooApp').subscribe( fooApp => window.app.registerApp(BazApp) );...

help wanted
proposal