itinero / routing

The routing core of itinero.
Apache License 2.0
222 stars 71 forks source link

Question: export as GEOJson #133

Closed alecava58 closed 7 years ago

alecava58 commented 7 years ago

I'd like to export a route shape array as GEOJson format just to view a route path on geojson.io site. It is possible?

Thanks

xivk commented 7 years ago

You can use this extension method: https://github.com/itinero/routing/blob/develop/src/Itinero/RouteExtensions.cs#L488

alecava58 commented 7 years ago

I was sure there was. Great, thanks.

2017-10-03 17:13 GMT+02:00 Ben Abelshausen notifications@github.com:

You can use this extension method: https://github.com/itinero/ routing/blob/develop/src/Itinero/RouteExtensions.cs#L488

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/itinero/routing/issues/133#issuecomment-333874433, or mute the thread https://github.com/notifications/unsubscribe-auth/ABtMQdwU1PY7ZQcTAKdWn21d98C8ytBOks5sok8VgaJpZM4PsGfw .

-- Alessandro Cavalieri