Peter Rushforth
Peter Rushforth
Related [PR for web-map-doc](https://github.com/Maps4HTML/web-map-doc/pull/131)
Remind me: What does the map-change event relate to ? IIRC it's analog on the platform is the [change event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/change_event): _The change event is fired for [\](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input), [\](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select), and [\](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/textarea)...
I think untitled/labelled layers should be presented, because you can hide layers you don't want shown by adding the `hidden` attribute. I do think they could have a generated "Map...
I had the idea that we might implement "min/maxNativeZoom" by using the min/max attributes of `` for example. Those min/max attributes are as close to the template that loads the...
Possibly related to #666
One relevant specification for this feature is [Media Queries Level 5](https://www.w3.org/TR/mediaqueries-5/), which specifies a set of `prefers-` user preference related query features, although there seems to be some [doubt](https://www.w3.org/TR/mediaqueries-5/#mq-prefers-security) as...
Other potentially useful media features and possible values and types `map-projection`: `OSMTILE`, `CBMTILE`, `WGS84`, `custom`, discrete `map-zoom`: \, range type `map-scale`: \, range type
Media query parser implementationss: https://github.com/tbjgolden/media-query-parser and https://github.com/csstools/postcss-plugins/tree/main/packages/media-query-list-parser
[geojson.io example](https://geojson.io/#map=4.3/44.44/-93.47), doesn't follow this format, but perhaps uses "map" as an id (unsure).
> Is this similar to the view source context menu item? Related for sure. I anticipate a few / several issues to arise to manage this, and I'm sure I...