Hey guys, been working on a map using my limited HTML5/jquery skills. I've done this map in Adobe Edge which works but is an obviously ineffective way of doing it. Clicking any of the boxes next to "Click to View" on the top left nav will bring up a list of amenities at left and data points on the map at right. Clicking any of the data points pops up an info box with more detail on the amenity.
I'm going to have a ton more amenities to add on the live map so I'd like to do something I can more easily update, ideally in a text editor. I don't do a ton of jquery but I'm pretty sure this can be done with some show/hide functionality. I could code that part of it reasonably easily, but my biggest challenge would be how to place the data points on the map itself. I'd also need to figure out how to switch between the different amenity lists and data point groups on the map, which I'm guessing could be done again with show/hide?
If anyone has any tips or code bits to help get going on this I'm all ears. Thanks!
I'm going to have a ton more amenities to add on the live map so I'd like to do something I can more easily update, ideally in a text editor. I don't do a ton of jquery but I'm pretty sure this can be done with some show/hide functionality. I could code that part of it reasonably easily, but my biggest challenge would be how to place the data points on the map itself. I'd also need to figure out how to switch between the different amenity lists and data point groups on the map, which I'm guessing could be done again with show/hide?
If anyone has any tips or code bits to help get going on this I'm all ears. Thanks!