wich stack to use in onder to get an interactive map ? #2674
bioinfornatics
started this conversation in
General
Replies: 1 comment 1 reply
-
I haven't seen JanusGraph used for this; OpenStreetMap typically does this by serving map tiles via MapServer (there's no graph data in the imagery; image tiles are keyed by tile coordinates) and a client-side library such as LeafletJS; there are many alternatives for both tile servers and client-side libraries. You can also use JS libraries without a tileserver if you use hosted tile server APIs, which may be free or paid services. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear,
I would like to use JanusGraph to visualize a multi layers map (a la google map/open street map): satellite, country, state , road
Did you have any pointer to a library to get a such dynamic rendering (zoom in/out) ?
Thanks
best regards
Beta Was this translation helpful? Give feedback.
All reactions