apollo-ng / dspace-app-apollong

DSpace aims to enable people to find, collect, edit, structure and share any kind of information in a real-time, massive-collaboration, augmented-reality-environment (like wikipedia), based on a very common ground: The map of the area, where people actually are, around their Geolocation.
https://apollo.open-resource.org/lab:dspace
18 stars 14 forks source link

routing integration #83

Closed nilclass closed 11 years ago

nilclass commented 11 years ago

requires a routino instance with CORS support. Got one running on http://routing.heahdk.net/routino/ for testing.

Have fun.

chron0 commented 11 years ago

The beginnings look very very promising :) As soon as it is refactored to a plugin it should be ready to go.

nilclass commented 11 years ago

it's in a plugin now. The only thing I left in the core code is "app/views/layers/route", as that could theoretically be used by other things as well. It's basically a map layer that draws lines between points.