mkyral / josm-tracer

A tracer plugin for josm
GNU General Public License v2.0
12 stars 6 forks source link

RuianRecord: handle geometry arrays #30

Closed jirislaby closed 8 years ago

jirislaby commented 8 years ago

What I get for geometry is:

        "geometry": [
                [17.089850261256, 49.477369366781],
                [17.089891416106, 49.477368749114],
                [17.089890113743, 49.477319313331],
                [17.089848684352, 49.477319912806],
                [17.089850261256, 49.477369366781]
        ],

So handle that as outer region.

I didn't even compile that since I have no idea how.

Fixes #29.

jirislaby commented 8 years ago

I didn't even compile that since I have no idea how.

Dobros, tohle jak workaround funguje.