Brent Fraser
Brent Fraser
I've done a fork and am in the process of enhancing the code. A couple of limitations: 1. It groups the radio buttons on Group Name. So the Group Name...

addresses #39
For those developers wanting to experiment with this type of functionality, edit the custom-item.html example: ``` { name: "Parking", background: 'images/icons/parking.png', layer: L.geoJson(Parking, {pointToLayer: featureToMarker }), buildItem: function(item) { var...
I notice that Proj4 has a function available: PJ_FACTORS https://proj.org/development/reference/datatypes.html?highlight=convergence#c.PJ_FACTORS
PJ_FACTORS is the object name. The function is https://proj.org/development/reference/functions.html#c.proj_factors
Try using GDAL's gdal_translate command using a hand-crafted VRT file as input. The VRT file allows referencing bands in different files. gdal_translate will read the VRT file and create a...
Interesting enhancement. I implemented the above code in v0.3.1 but the parent disappears as well as the children making it impossible to expand after a collapse.
I really like the idea of this feature, so some requirements: - no new dependencies - use a graphic for the collapse/expand functionality (some kind of folder icon?) - as...
I like it (basemaps on the bottom of the list where they should be. WooHoo!). but it looks like only one category at a time can be expanded. I'll need...