Link to home
Start Free TrialLog in
Avatar of willsherwood
willsherwood

asked on

PHP/JS/DHTML script suggestion needed: map with coordinates and locator dots

I'm looking for a JS that can display on top of a map background: dots (or other symbols) (from data in a db) based on GPS coordinates(normalized to pixel offsets).
Thus the map segment/quadrant would have an origin and each dot would be offset (in pixels) relative to that.
A bonus would be (or I can add ) hover text and a clickable link for each dot.
do you know of a script close to that that i could customize?

thus: given a set of pixel offset coordinates from PHP (i assume top left is 0,0), display a dot (.gif ?  with an anchor)
ASKER CERTIFIED SOLUTION
Avatar of robaiken
robaiken
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of willsherwood
willsherwood

ASKER

i found this technique which is what i was looking for...
<img      STYLE="position:absolute;TOP:35px;LEFT:170px;"      src="/images/circle.gif" />
thanks for your help...