I have to write a store locator in PHP. Does anyone know where I can get maps? Does PHP have a map function?

How do I do this, what function or functions do I use and does anyone know where I can get maps from? How do I display a clickable icon on a map?

Here is what I have to do in the mapping feature.

Site visitor can also use the mapping feature. They will initially see a blank map with the option to select either 'Decorative Art' or 'Investment Art'. Once selected, blinking icons will display on the map for whichever category is selected. Visitor can click on an icon and the map will zoom to that icon with a picture that is a clickable link directly into the database with artist listings within that area. Visitor
will have the same options as listed above.

    I would use google maps. It has a whole page on how to customise the google maps system with code by putting pointers on it etc.

    To have the selector you can just have two html pages set up with the different things marked and whichever is selected you get directed to the correct html page.

    Building your own map is way too complicated and would require ajax for the way that you want it.

      Write a Reply...