Hugoren Martinako

Results 88 comments of Hugoren Martinako

This error contains a `name` and a `name:es`. Therefore the fix should suggest: - Add a `name:eu` with the `name` - Modify the `name` in order to include `name:eu /...

In any case, I'd go along with this. I'll test it one in production, to see which tunings would be better

Hey, the suggestions are working great! 👍 But I see the "two names" error don't deal with them: http://osmose.openstreetmap.fr/en/issues/open?item=5030&source=&class=705&country=spain%2a For instance, look at this [village](http://osmose.openstreetmap.fr/es/map/#item=5030&zoom=18&lat=42.699792&lon=-2.593203&level=1&tags=&fixable=). Multilingual settings are ok, but...

Since the regions were splitted these errors have come back again http://osmose.openstreetmap.fr/en/map/#item=5030&zoom=10&lat=43.019&lon=-2.442&level=1

Mmmmmm, that `not_for` list was the previous one? If so, the new one will be: `"ES-O", "ES-NA", "ES-BI", "ES-SS", "ES-VI"`

In order to include [PurgeCSS](https://purgecss.com/plugins/webpack.html) some tips we ought to keep in mind: - Previous PurgeCSS versions were purging all dynamic styles. That is, if your code has a dynamic...

The wrapper component is done in https://github.com/PopulateTools/gobierto/pull/3934 Modules to update: - [x] documents - [x] data https://github.com/PopulateTools/gobierto/pull/3936 - [ ] investments - [ ] visualizations

Since the wrapper component also deal with the routes, the gobierto_data implementation won't be so straightforward as initially was.

[This commit](https://github.com/PopulateTools/gobierto/commit/71dd0977f3e049c90537392d2827725b38ec6983) included such feature. I've tried to revert it but I got some `.rb` conflicts, could you take a look @ferblape?

This is an improvement you can do. Once you get how a component works, now you can begin to alter it. `InfoBlockText` & `InfoBlockLink` are basically the same, so having...