s_qw23
s_qw23

Reputation: 364

Create an interactive map using JavaScript/jQuery

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

Answers (2)

Narek
Narek

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

smj2393
smj2393

Reputation: 1957

Have you ever used a program called Impact?

its really useful when building games in HTML5

http://impactjs.com/

Upvotes: 2

Related Questions