pigeon-maps icon indicating copy to clipboard operation
pigeon-maps copied to clipboard

ReactJS Maps without external dependencies

Results 66 pigeon-maps issues
Sort by recently updated
recently updated
newest added

Hello, I have created a custom component to show a marker then when pressed opens a Modal; [here's the code](https://gist.github.com/nautilor/43b8289ffde520a47b7a99b58d26d352) ```js ``` the modal works fine but the marker is...

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

I thought it would be a good and simple feature to allow custom map markers to be placed. Implementing wasn't hard either although this cannot be considered finished in anyway....

Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.3 to 3.1.4. Release notes Sourced from semver-regex's releases. v3.1.4 Backport of ReDoS fix https://github.com/sindresorhus/semver-regex/commit/7712ba564d40da101cf2b2b33e6a910d9f2f57f4 Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=semver-regex&package-manager=npm_and_yarn&previous-version=3.1.3&new-version=3.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...

dependencies

Getting the following error with MapTiler: `Cross-Origin Read Blocking (CORB) blocked cross-origin response https://api.maptiler.com/maps/0d252733-b45d-492f-9a54-e8cf728d98d5/?key=key with MIME type text/html. ` ``` function mapTiler(x, y, z, dpr) { return `https://api.maptiler.com/maps/0d252733-b45d-492f-9a54-e8cf728d98d5/?key=key#${z}/${x}/${y}${ dpr >=...

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) Commits aa7a408 1.1.1...

dependencies

I checked but couldn't find a way to do this. It would be neat if you could enable wrapping on the edges for when the map is zoomed out quite...

Add Multiple Overlay Components from JSON

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

I'd like to know the best way to make Overlay components accessible for keyboard use. I can't pass `tabindex` to the Overlay component.