GIScience / ors-map-client

Openrouteservice API web SPA client using VueJS, Vuetify and Vue2Leaflet
http://maps.openrouteservice.org
Apache License 2.0
104 stars 32 forks source link

fix: avoid_countries not working #372

Closed TheGreatRefrigerator closed 1 year ago

TheGreatRefrigerator commented 1 year ago

this was due to the itemValue not being set from the parameter definition. Accidentally broken in 222423eca3ec4904256699ad50f66b9dedf5aeca

Fixed by reintroducing the missing line

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

TheGreatRefrigerator commented 1 year ago

See https://github.com/GIScience/ors-map-client/commit/222423eca3ec4904256699ad50f66b9dedf5aeca#diff-acecf6721f0f0337f281c7dada432940dc04fbee81972cf4dbfbb00d53812d50 for breaking change