mapfilter
mapfilter copied to clipboard
Using a map as a filter, plot google calendar events on a google map.
Heya Chad, Like as many other folks here... This is wonderful. And still up after a decade(!!!). I would love it if (similar to Meetupdotcom) Github provided a means to...
Hey @chadn, thanks a lot for your tool. It is alive and kicking on my website, and I make lots of use of it [[https://floriandierickx.github.io/agenda/](https://floriandierickx.github.io/agenda/)] The thing that would make...
I am successfully hosting GCM on my own web space and it works really fine. But just like you, I am worried about the new billing policy of Google API...
remove obsolete metrics
I've deleted the TODO file I had created. Instead, I've placed my reflexions on the code in the github issue system: https://github.com/chadn/mapfilter/issues/
Pins try to highlight the days that get closer. It isn't optional right now, didn't see a good way to make it optional since it is buried in the MarkerClass....
Hello I've loaded my calendar which spans 8 months http://chadnorwood.com/gcm/?gc=a1f1ppt8m9v9pktdc3s5stsmg0%40group.calendar.google.com Only one event appears. The date selection menus are broken: - click on 'Change dates' - select start =2010-01-01 and...
IE 9 shows a message with text that reads: "Edit Event Address Error: Undefined" for each even in the list.
When loading lots of data, the screen is updated several times. We might want to inform the user to wait until all the data is ready. Try for example http://chadnorwood.com/gcm/?sd=2011-07-01&ed=2013-12-31&gc=aleaikido.com_dejam6fk5hftrvq9iu0gbar9bk@group.calendar.google.com,[email protected]...
Seems the code does some user behavior tracking, like in ``` _gaq.push(['_trackEvent', 'Loading', 'calenders', 'uniqAddrDecoded', cnMF.reportData.uniqAddrDecoded]); //$.post("http://chadnorwood.com/saveJson/", {sj: cnMF.reportData}); //$.getJSON("http://chadnorwood.com/saveJson/?callback=?", {sj: cnMF.reportData}); ``` Would it be possible to have a...