Results 130 issues of 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...

bug
accessibility

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...

privacy/security

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): ![image](https://user-images.githubusercontent.com/2437285/125133396-d323eb80-e0d3-11eb-847d-fef54bd53c9b.png)...

bug

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...

accessibility
simplification
needs discussion

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.

bug

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...

enhancement
web platform compatibility
accessibility
idea
simplification
API

Currently, you have to cycle debug mode off/on in order to view the change.

bug

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...

bug

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...

tests