Christopher Miles
Christopher Miles
Okay, that sounds good to me. `:)` I appreciate the help!
My current approach to implementing features has been to wait until I need one, then go ahead and implement it. So far, I haven't needed to use a WMS layer;...
Yep, you are right; most of the work is done in Javascript. Really what this library does is provide a kind of bridge between the Java and Javascript code. The...
The OpenLayers API is confusing on this point. The ol.style.Style object contains a set of five styles (geometry, fill, image, stroke, etc.) and each one of those is of a...
I will take a look at this. I do have an application that's using these maps in deployment mode, but I'm not using the clustering. I will take a look...
Things have changed since I first hacked this cluster support into the library. The data seems to reliably load when the map is first drawn as well as after the...
It doesn't look like there's a lot of activity in the OpenLayers projects around the cluster data loader. It's a neat example but I'm thinking maybe I should remove this...
I have added text to the clustering example that warns people about this issue. I also went ahead and tracked down the upstream issue in the OpenLayers project and have...
OpenLayers has merged in my [fix for this issue](https://github.com/openlayers/ol3/pull/3917) and it will be in their next relase (v3.8.3). After they release, I'll update this module to use the new version,...
This didn't work for me, I am not sure why. I ended up configuring `company`. ```elisp (require 'org-msg) ;; org-msg setup goes here! (require 'notmuch-company) (add-hook 'org-msg-edit-mode-hook 'notmuch-company-setup) ```