[OSM-talk] JOSM plugin to import GeoJSON?
Stefan Keller
sfkeller at gmail.com
Fri Mar 25 21:17:00 UTC 2016
Hi Blake
2016-03-24 16:01 GMT+01:00 Blake Girardot <bgirardot at gmail.com>:
>
> We run into geojson all the time as an interchange format.
I can imagine. Reaffirm this at
https://josm.openstreetmap.de/ticket/10564 so people believe us.
> I was not aware of the plugin somehow, but I just tried it out and it worked
> fine for the geojson generated by Field Papers and another community member
> reports that she has used it a great deal with Field Papers and it worked
> great.
Do I understand right: You installed and used succesfully this plugin
in JOSM: https://github.com/iandees/josm-geojson ?
> I just tried it with a few geojson files generated from JOSM and it does not
> seem to import those (example attached)
I'm pretty sure, the JOSM export is wrong:
This
>>
"crs":{
"type":"name",
"name":"EPSG:4326"
},
<<
should look like this:
>>
"crs": {
"type": "name",
"properties": {
"name": "urn:ogc:def:crs:OGC:1.3:CRS84"
}
},
>>
:Stefan
2016-03-24 16:01 GMT+01:00 Blake Girardot <bgirardot at gmail.com>:
>
> We run into geojson all the time as an interchange format.
>
> I was not aware of the plugin somehow, but I just tried it out and it worked
> fine for the geojson generated by Field Papers and another community member
> reports that she has used it a great deal with Field Papers and it worked
> great.
>
> I just tried it with a few geojson files generated from JOSM and it does not
> seem to import those (example attached)
>
> Cheers,
> Blake
>
>
> On 3/6/2016 12:56 AM, Stefan Keller wrote:
>>
>> To Ian and/or anybody
>>
>> I'm searching a plugin to import GeoJSON vector data into JOSM.
>>
>> I of course know Shapefiles but they are deprecated because e.g. they
>> cut-off field names at 10 chars. GeoJSON or GeoPackage are better
>> alternatives.
>>
>> Is this plugin still maintained: https://github.com/iandees/josm-geojson ?
>> Other plugins or alternatives?
>>
>> :Stefan
>>
>> _______________________________________________
>> talk mailing list
>> talk at openstreetmap.org
>> https://lists.openstreetmap.org/listinfo/talk
>>
>
More information about the talk
mailing list