README
geojson-josm-url
Add a property to OSM features in a GeoJSON to open them in JOSM
Usage
npm install geojson-josm-url
var josmURL = require('geojson-josm-url');
josmURL(geojson);
CLI
geojson-josm-url <geojson-path>
Add a property to OSM features in a GeoJSON to open them in JOSM
<script type="module">
import geojsonJosmUrl from 'https://cdn.skypack.dev/geojson-josm-url';
</script>
Add a property to OSM features in a GeoJSON to open them in JOSM
npm install geojson-josm-url
var josmURL = require('geojson-josm-url');
josmURL(geojson);
geojson-josm-url <geojson-path>