Embedded Maps

The client wants a map that displays the locations of their completed projects, the client wants the map to be interactive, so when you click on it, it brings up a box displaying a picture of the completed project and a description of what they did. There are three possible ways to accomplish this, using CSS or JavaScript.

One option is to create a custom HTML, then add dots and clickable links, that show you the remodel and a description.







The second option is like the first option but with custom JavaScript. That has the locations and a little bit more detail than the other one. The second one is more complex than the first.








The third option is to use a custom Google map and add your own points and content.










I think to do this I would do the last one because it is easy to set up and easy to edit. Adding points wouldn't be difficult and you can customize the markers, as you please.

Comments

Popular Posts