Coder Social home page Coder Social logo

Comments (7)

supersonicclay avatar supersonicclay commented on September 24, 2024 2

You can use DrawLineStringMode. If you set selectedFeatureIndexes=[] then it'll draw the first segment. But after you get the first call to onEdit, then you want to set the selectedFeatureIndexes prop to the new feature index in order to extend that line.

So for example:

  • pass mode=DrawLineStringMode
  • pass selectedFeatureIndexes=[]
  • user clicks twice to draw first line segment
  • nebula calls onEdit with feature index 5 (because you have 5 features already, nebula is adding a sixth at index 5)
  • pass selectedFeatureIndexes=[5]
  • now user will be able to click to extend the line string to additional points

from nebula.gl.

supersonicclay avatar supersonicclay commented on September 24, 2024

MultiPolygon support implemented in #102

from nebula.gl.

titivermeesch avatar titivermeesch commented on September 24, 2024

Maybe this is already added, but is there a MultiLineString mode?

from nebula.gl.

georgios-uber avatar georgios-uber commented on September 24, 2024

@titivermeesch it is supported to be edited but not created.

from nebula.gl.

titivermeesch avatar titivermeesch commented on September 24, 2024

@georgios-uber So now way of creating a path at the moment? Or am I using the feature wrong. The main purpose is to make a path between 2 locations following a road for example

from nebula.gl.

titivermeesch avatar titivermeesch commented on September 24, 2024

I see how that would work. But does that mean that the user will have to start drawing every time or will the drawing mode remain so the user can continue drawing a line without stopping

from nebula.gl.

supersonicclay avatar supersonicclay commented on September 24, 2024

Yes, users can draw a continuous line string. Probably the best way forward is to see it in action at https://nebula.gl/geojson-editor/ and select "Draw LineString" on the left side.

draw-linestring

from nebula.gl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.