Flutter_map: Make geometries editable ?

Created on 28 Feb 2020  路  9Comments  路  Source: fleaflet/flutter_map

is there any way to made the polylines and polygons editable like in leaflet Leaflet.Editable

Most helpful comment

Ok, I have this basic stuff working now..

polyedit

I'll get a separate repo sorted later so anyone can hack about with it and test or add stuff.

All 9 comments

Not aware of a way. I feel like it makes sense in desktop, but not really in mobile though (due to the precision needed)?

Not aware of a way. I feel like it makes sense in desktop, but not really in mobile though (due to the precision needed)?

those options makes the control easier and i need it because i'm trying to make a GIS Mobile so these features are needed for me

hey man.... were you able to edit?

hey man.... were you able to edit?

didn't understand ?

@X-SLAYER were you able to edit? Maybe you find a way?

@X-SLAYER were you able to edit? Maybe you find a way?

nope i didn't find a way to edit i just made it a basic control edit like a panel to undo and redo the last point i draw thats what i did

I've just been hacking something together with the dragmarker plugin I did, only basic and maybe bugs, but I'll keep this thread posted as it may give some an idea.

Ok, I have this basic stuff working now..

polyedit

I'll get a separate repo sorted later so anyone can hack about with it and test or add stuff.

Git repo at https://github.com/ibrierley/flutter_map_line_editor if anyone wants a play

Was this page helpful?
0 / 5 - 0 ratings