Peter Rushforth
Peter Rushforth
If you tab to focus the map, with scripting enabled, the next tab will take you to the zoom in control, bypassing the \ elements; if you disable scripting you...
GeoServer now supports MapML responses for GetFeatureInfo. I have been working on implementing this in the client. The work is primarily being done in the MapML-Leaflet-Client JavaScript code, but the...
Here's an [example](https://geogratis.gc.ca/mapml/en/osmtile/osm/). At low zoom levels, it's not desirable to repeat the world and wrap coordinates. It looks bad and it's weird (not consistent / explicable by TCRS): ...
Since FeatureIndex extends L.Handler, I suggest it could be refactor-renamed to be something that ends in "Handler", perhaps FeatureOrderHandler or something like that, to be determined based on what makes...
For example, the response for [this query template](https://github.com/Maps4HTML/experiments/blob/b39ec336e910a18afd8c2d053cac6c4ea6c7d9f8/datacube/msi-94-plus.mapml#L43) is always the same document, but the custom element throws an error if there aren't template variables to parse.
Currently queries only occur when the user hits enter or spacebar. In moving this feature towards a more accessible future, I believe it is appropriate to issue the query on...
In discussions with @shepazu, he convinced us that an interactive popup for maps is likely to be one of the most difficult things to negotiate with browser developers, since it...
Currently, you have to cycle debug mode off/on in order to view the change.
Steps to reproduce: In firefox, visit: https://maps4html.org/experiments/custom-projections/BNG/ - hover over the layer control, the second layer _Surficial Geology - British Geological Survey_ is disabled - right click over the disabled...
Ensure all tests can run and pass on firefox browser: - [x] reticle.test.js - [x] axisInferring.test.js - [x] queryLink.test.js - [x] featureLinks.test.js - [ ] layerContextMenu.test.js - [ ] viewerContextMenu.test.js...