Michele Mauri

Results 19 issues of Michele Mauri

**In which part of the interface would this feature applies?** [X] 1. Load your data [ ] 2. Choose a chart [ ] 3. Mapping [ ] 4. Customize [...

enhancement

at the moment when the app is built all the paths are related to the root drive, bot in `asset-manifest.json` and in `index.html` (below a snippet): ```js { "files": {...

enhancement

Check if it's possible to create automatically a release on github when version is bumped

It happens when you drag and drop an optional dimension and then remove it. In the mapping object, the dimension stays but with `undefined` value To reproduce: step 1 only...

At the moment if i map labels as in the screenshoot I will get the following menu: would be better to have in the menu the names of dimension instead...

in "[getting started](https://mappa.js.org/docs/getting-started.html)" this URL is provided: https://unpkg.com/mappa-mundi/dist/mappa.min.js However it return error, seems that the minified version is not available. Apparently you are not providing the minified file for version...

Sorry for the continuous posting of issues. When i try to use the `pixelToLatlng()` function i get this error: Uncaught TypeError: myMap.pixelToLatlng is not a function [Here an example](https://bl.ocks.org/mikima/4bfe74b8dd12b911ba4a986bd162c78d) using...

setting as option `style:mapbox://styles/username/mapid` mappa.js will load this url: `https://api.mapbox.com/styles/v1/mapbox/mapbox://styles/username/mapid/static/0,0,1,0,0/640x640?access_token=XYZ` [According to documentation](https://www.mapbox.com/api-documentation/#retrieve-a-static-map-from-a-style), the correct url should be: `https://api.mapbox.com/styles/v1/username/mapid/static/0,0,1,0,0/640x640?access_token=XYZ`