thequbit / mc911feedwatcher

Pulls the XML of Monroe County's 911 feed and provides a web API
GNU General Public License v3.0
7 stars 6 forks source link

Migrate over to leaflet.js from google maps #13

Open thequbit opened 11 years ago

thequbit commented 11 years ago

This also should fix issue #8, my super awesome memory leak issue.

JHKennedy4 commented 11 years ago

It might. I just fought one of those off myself. On Jun 4, 2013 10:50 PM, "Timothy Duffy" notifications@github.com wrote:

This also should fix issue #8https://github.com/thequbit/mc911feedwatcher/issues/8, my super awesome memory leak issue.

— Reply to this email directly or view it on GitHubhttps://github.com/thequbit/mc911feedwatcher/issues/13 .

thequbit commented 11 years ago

Demo can be seen live here:

http://mycodespace.net/projects/mcsafetyfeed/incidents.php?date=2013-06-04

It really craps it's pants with that many markers ... I'm going to keep it as Google Maps right now until I can get more time with leafletjs.

thequbit commented 11 years ago

Looks like this might be an issue with discretely adding markers rather than using L.geoJson(). I will need to investigate closer.