I am using mapbox.js and mapbox.css. Mapbox has pretty good API to add default markers and custom markers, but how do I add dots that I can style freely. Here is an example. It is constructed from Mapbox TileMill.
The custom marker API only supports loading custom image so that I cannot style it on the fly. The Mapbox TileMill is a GUI which is not consistent with my development environment. I found a promising example here, but the version of mapbox.js it uses is too old and the current version doesn't have those APIs.
Is there any solution for this?