Git Product home page Git Product logo

Comments (7)

perliedman avatar perliedman commented on July 21, 2024 3

@s9eenk

var explode = require('turf-explode');
var nearest = require('turf-nearest');
var PathFinder = require('geojson-path-finder');

var pathFinder = new PathFinder(geojson);
var points = explode(geojson);

var start = point(...);
var end = point(...);

var startInNetwork = nearest(start, points);
var endInNetwork = nearest(end, points);

var path = pathFinder.findPath(startInNetwork, endInNetwork);

from geojson-path-finder.

perliedman avatar perliedman commented on July 21, 2024

Hi @trandinh135, sorry to hear this isn't working out for you. However, I have a hard time understanding the actual problem here. Ideally, provide a running example of what you're trying to do, or at least provide a dataset (GeoJSON network) that illustrates the problem.

Without seeing more, it's really hard to tell what the problem might be.

from geojson-path-finder.

trandinh135 avatar trandinh135 commented on July 21, 2024

I solved its by call turf-nearest to get nearest point from myPoints to allPoint before call findPath.
You can try with my data(build in nodejs server) ,path data from path.json , two points from points.json
path_points.zip.txt

from geojson-path-finder.

Rishi341 avatar Rishi341 commented on July 21, 2024

Hi !. @perliedman , facing the same problem as above. Here is my dataset attached. Please illustrate me with an example as i am a newbie to Node JS. Start Point : [ 83.314542527576918, 17.72899666265652 ]
Finish Point : [ 83.314348474550883, 17.728957487757825 ]

DataSet.txt

from geojson-path-finder.

perliedman avatar perliedman commented on July 21, 2024

@Rishi341 a common problem, as hinted by @trandinh135, is that you attempt to pass start or finish coordinates that are not part of the routing network.

You can use for example turf-nearest to find the closest point in the network, and the pass that as start or finish, that is what the demo does.

from geojson-path-finder.

s9eenk avatar s9eenk commented on July 21, 2024

@perliedman ,facing same problem as posted by @Rishi341 and @trandinh135 . I have installed turf-nearest npm and given a try , but in vain. It would be better if you can please share the logic with an example.

from geojson-path-finder.

s9eenk avatar s9eenk commented on July 21, 2024

Superb !. . . .Saved my day. Perfect

from geojson-path-finder.

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.