Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2005
    Location
    EIB Network
    Posts
    474

    * Image Marking Script

    Hey guys, I have a very popular paintball website where users can post what's called 'paintball reports'. They type-in which state and location they had a game at and they give details on the game, results, etc. I want to provide aerial images (which I already have) of the popular paintball outdoor courses and allow the visitor to click on the aerial image of their course and add little 'markers' showing where "kills" were made during the game.

    Does anyone know how this can be done? The paintball reports system is in php/mysql. I just have no idea how I would go about making something like this interactive. Any advice would be greatly appreciated!!! Take care.

  2. #2
    Join Date
    Mar 2004
    Location
    St.Petersburg, Russia
    Posts
    6
    One of possible solutions is to use your aerial image as a button. In this case your script will get x and y coordinates. Then you can use these coordinates to change your original image with, say, ImageMagick, or to use the unmodified image as a table cell background and position your marker images within this cell.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •