Differentiating international and national hiking routes
This commit is contained in:
parent
cb74bb62f5
commit
79bcf65f27
|
@ -333,6 +333,9 @@ const styles = {
|
|||
// });
|
||||
// }
|
||||
const network = feature.get('network');
|
||||
if (getZoomInteger() < 7 && !['iwn'].includes(network)) {
|
||||
return null;
|
||||
}
|
||||
if (getZoomInteger() < 12 && !['iwn', 'nwn'].includes(network)) {
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue