Maxime Sahagian

Results 8 comments of Maxime Sahagian

Same issue with multiple points. @madebydavid, Your solution is only working for single point (and it's updating map center and bounds when creating the first element). Did you find a...

Hello @gordonwoodhull, alright, this fix works on FeatureGroup to only create state draws. Remove works before creating a new shape, so I need to delete them from the state onDelete,...

Hello @andrewdodd, I've seen this repo yesterday, but I had some dependencies issues into the EditControlFeatureGroup, I'm sure we can find a way to handle shapes in the state easier..

I've juste installed the @andrewdodd dependency, and it's working well :)

Thank for your reply @staudenmeir My request is easy as ``` $constraint = function ($query) use ($model) { $query->whereNull('parent_id')->where('model_id', $model->id); }; $tree = Model::treeOf($constraint)->depthFirst()->get(); ``` And when i try for...

I'm using Mysql @staudenmeir

> What do you want to do with that path? Show it in a view? > > I looked into generating the path in SQL and it's probably possible, but...

Hey @michael-koch787 Did you find a solution? I get the same issue when I select more than 1 paragraph