Zsolt Ero
Zsolt Ero
Got an answer from @ahocevar, here is the minimum example: ``` const map = new ol.Map({ target: 'map', view: new ol.View({ center: ol.proj.fromLonLat([13.388, 52.517]), zoom: 9.5 }) }); olms.apply(map, 'https://tiles.openfreemap.org/styles/liberty');...
@ahocevar added an official example
I think these are quite high level decisions in this project, I just wanted to point out the situation. I'd recommend normalizing everything on Noto Sans, including the specs, but...
Two things are weird for me: - Open Sans without Arial cannot cover the wider Unicode ranges. That's the specialty of Noto Sans, those ranges are simply missing from Open...
If we _really_ want to keep the Arial name for backwards compatibility, then I recommend 1. Making a mix of Open Sans + Noto Sans for example 2. Writing a...
I like the idea of the proposed property. Substituting Arial to Noto Sans and deploying this font as "Open Sans Regular, Arial Unicode MS Regular" is still a worthwhile idea...
I think what's missing is the script to download and process the fonts in the first place. I guess this one needs some tweaking to combine two fonts. https://github.com/openmaptiles/fonts/blob/master/generate.js
I mean the demotiles was generated using that script I believe. Or they were just copied in binaries from OMT, I'm not sure from the repo history.
I see the best script we have today is from @bdon. https://github.com/protomaps/basemaps-assets/blob/main/scripts/create_fonts.sh Brandon, could you comment about how you made that script? OMT repo has this line "patched by Klokantech",...
Do you think the same strategy could be used to make an Open Sans + Noto Sans font, which could be a true replacement for "Open Sans Regular, Arial Unicode...