Reputation: 364
I would like to implement a little map "like" Google Maps. Its a fictive one (Game Map). I should have the ability to zoom and move around. Also i would like to be able to put some markes on it and do a very basic routing.
My question is now purly conceptual. How would you realize this? Map as background that scales and moves. Then an overlay like a Canvas object to draw over it? Somene has experience with this? I don't really know if this is the right approach.
Thank You.
Upvotes: 2
Views: 3941
Reputation: 3823
I don't fully get what you want but with jVectorMap ou can create you own vector(!) maps with markers and custom colors.
So I think it will help you.
Upvotes: 1
Reputation: 1957
Have you ever used a program called Impact?
its really useful when building games in HTML5
Upvotes: 2