mirror of
https://github.com/umap-project/umap.git
synced 2025-05-04 21:51:50 +02:00
Merge branch 'master' into update-docs
This commit is contained in:
commit
05b22e6427
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Translating
|
||||
|
||||
Translation is managed through [Transifex](https://www.transifex.com/yohanboniface/umap/dashboard/).
|
||||
Translation is managed through [Transifex](https://www.transifex.com/openstreetmap/umap/).
|
||||
|
||||
## Bugs Triaging
|
||||
|
||||
|
@ -81,4 +81,4 @@ Pull the translations from transifex website:
|
|||
Then you will need to update binary files with command:
|
||||
make compilemessages
|
||||
|
||||
Done. You can now review and commit modified/added files.
|
||||
Done. You can now review and commit modified/added files.
|
||||
|
|
|
@ -1033,7 +1033,7 @@ L.U.IframeExporter = L.Evented.extend({
|
|||
|
||||
initialize: function (map) {
|
||||
this.map = map;
|
||||
this.baseUrl = window.location.protocol + '//' + window.location.host + window.location.pathname;
|
||||
this.baseUrl = '//' + window.location.host + window.location.pathname;
|
||||
// Use map default, not generic default
|
||||
this.queryString.onLoadPanel = this.map.options.onLoadPanel;
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue