ui-mapbox icon indicating copy to clipboard operation
ui-mapbox copied to clipboard

Interactive, thoroughly customizable maps powered by vector tiles and OpenGL.

Results 50 ui-mapbox issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.20.10 to 7.23.5. Release notes Sourced from @​babel/traverse's releases. v7.23.5 (2023-11-29) :eyeglasses: Spec Compliance babel-plugin-proposal-decorators #16138 Class binding is in TDZ during decorators initialization (@​nicolo-ribaudo) babel-helpers, babel-plugin-proposal-decorators...

dependencies

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.1. Release notes Sourced from webpack's releases. v5.76.1 Fixed Added assert/strict built-in to NodeTargetPlugin Revert Improve performance of hashRegExp lookup by @​ryanwilsonperkin in webpack/webpack#16759 v5.76.0...

dependencies

I can not set icon from res:// ``` this.map.addMarkers([ { id: waypoint.waypointId, lat: waypoint.latitude, lng: waypoint.longitude, icon: "res://target", onTap: marker => this.$emit("edit-waypoint", marker.id), } ]); ``` ``` No icon found...

Hey! I just updated this plugin to the latest version v6.2.21 and I got the following error: ``` System.err: An uncaught Exception occurred on "main" thread. System.err: Calling js method...

After updating to 6.2.20, the onTap event of markers on the map is not fired anymore. Going down to 6.2.19 solved the problem.

After switching from legacy repository to ui-mapbox, `setOnMapClickListener` is not working on iOS but it works on Android. I see the promise is resolved but I never get into the...

(Issue for both iOS and Android) Is there a way to make the markers appear ON top of the layers instead of the layer hiding the markers? You can see...

I don't find any property in the API section for that. Thanks in advance!