Scott Fairgrieve
Scott Fairgrieve
By default the legend should be filling each cell with the fillColor (using the CSS background-color attribute) and then applying a border that matches the color property. Can you provide...
@TharaCJ The 1.0dev branch is compatible with Leaflet 1.x. Master is still only for Leaflet 0.7.x and below for now, although I have plans to move the 1.0dev stuff to...
This shouldn't be an issue. The code in the 1.0dev branch will work. Or, install leaflet-dvf 0.3.0 or above using npm. I would also suggest upgrading to Leaflet 1.3.x. On...
Sorry for the delayed response. Are you referring to passing these layers in to the map constructor, or just creating layers in general? Can you provide a more complete code...
@wojiaohanshuai I'll check it out. Your example looks OK to me at first glance, but I'm going to throw together an example based on what you've provided to figure out...
It looks like the issue is the actual GeoJSON. In the example above, the geometry type is MultiPoint, but the coordinates contains a single point rather than an array of...
I think this is an issue with the element not existing in the DOM when you call the Highcharts initialization code. When you call `bindPopup`, it's telling Leaflet to display...
This should be doable. I'll look into it and provide some more details. On Fri, Dec 6, 2013 at 10:38 AM, franck34 [email protected] wrote: > Hi > > Thanks for...
Not yet. I might be able to check it out early next week. On Friday, December 13, 2013, franck34 wrote: > Did you have the time to go deeper in...
Here's some code that works. I'll plan to add this or some variation of this to all marker classes through a function call in the near future. ``` javascript var...