Измените значения расстояния / тире / зазора в Highmaps для dashStyle - PullRequest
0 голосов
/ 03 августа 2020

Довольно круто, что можно использовать разные типы sh типы для карт. Однако значения зазоров несколько проблематичны c, так как в моем случае они слишком широки:

enter image description here

The red line in the left part is the country border for Sudan/South Sudan. There should be much more dashes and gaps then the 5, on a border which is thousands of kilometres long.

Or this on for West Bank (which is not yet optimised - there is a polygon and a polyline layer, both simplified with the same value, but with different results): there is even no gap visible:

enter image description here

Is there anyway to change a parameter somewhere in order to produce more dashes and gaps on a given distance?

Вот скрипка и код

    {
        type: 'mapline',
        data: Highcharts.geojson(Highcharts.maps['BNDL25_04_boundaries_3'], 'mapline'),
        color: '#f00',
        dashStyle: 'ShortDash'
    },
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...