Keith Jenkins

Results 35 comments of Keith Jenkins

Since the icons appear as the correct color in the legend, I'm wondering if something like [the code used to generate those PNGs](https://github.com/tomchadwin/qgis2web/blob/master/qgis2web/leafletLayerScripts.py#L340-L343) could be adapted to generate marker icons....

I have this working for single symbol SVG. PR here: https://github.com/tomchadwin/qgis2web/pull/1004 If that seems like a good approach, I can probably get it to work with categorized symbols as well.

I'm just adding the word "time" to this issue, because I had been trying to find this info earlier and couldn't find it. I'll also add that, for Leaflet, there...

+1 to adding WMTS to `dct_references_s` (or whatever we end up using in the future to support multiple downloads). In terms of the GBL interface, if WMTS is treated as...

A while back, I experimented with an interface that would show the bboxes of all the search results, and it was tricky to come up with a display style that...

We host copies of the county-based datasets NY that are originally from here: https://www.chesapeakeconservancy.org/conservation-innovation-center/high-resolution-data/land-cover-data-project/ So in our GBL record for Chemung County, we could set `dc_source_sm` to either that page,...

I should have clarified in my example above that I had to do a fair amount of clean-up on the dataset, so our version was derived, if you will, from...

Adding an optional `describedBy` key to `dct_references_s` certainly makes sense for stand-alone attribute descriptions that are not a part of the regular metadata. Since the attribute description is part of...

Looks like [CONTRIBUTING.md](https://github.com/geoblacklight/geoblacklight/blob/main/CONTRIBUTING.md) needs updating...

@andrewbattista has some changes in https://github.com/geoblacklight/geoblacklight.github.io/pull/94