Open jariarkko opened 1 year ago
This is particularly bad if the meta content attribute is included.
(But may be configuration related.)
Three possibilities:
1) psgeoDomainDefaults.json:
"mapTypeControlStyle": "DROPDOWN_MENU",
2) for unnecessary topomaps: psgeoDomainDefaults.json:
"show": false,
You could, e.g. disable all topographic maps or just leave the Openstreenmaps Opentopo
3) psgeolang.js contains all the map names. On phones the shorter name is used, but this requires that your web page contains this very important meta tag:
<meta name="viewport" content="width=device-width, initial-scale=1.0">
"mapTypeControlStyle": "DEFAULT",
because it shows the maps in a row on a large screen/window, and as a drop down menu on small.
Any chance of shortening the names on phone UI?