Entries Tagged as 'Google Maps'

Breakdown of MyRides - a CfWheels app for displaying MyTracks data

I mentioned in a previous post that I want to do a series of posts that breakdown and explain the CfWheels app that I'm working on that I'm calling MyRides. The app allows me to collect the data from the Android phone based MyTracks app that I use while riding my bicycle for exercise and for commuting to work. This is my first attempt at writing an app using CfWheels so I figured that these posts might be a good reference for someone new to the framework or frameworks in general. It might be a bit boring for those of you that have experience with CfWheels or other MVC frameworks, but if those of you can stick with me I would appreciate any feedback you have on how I built the app in the comments of this or proceeding posts. If you are completely new to CfWheels or MVC frameworks I would highly suggest taking the time to read the following link on the CfWheels documentation.

Issue with cfmap tag inside a table based layout

Today, I was trying to use the cfmap tag in a site with a table based layout. The table that contains the content uses the cellspacing atttribute to create margins around the content. After placing the cfmap tag inside of a table cell, all subsequent data cells no longer contained the cellpading. I created a very simple example that recreates the issue.