Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a4maps: fix map attribution not set for vector tile maps #1492

Merged
merged 1 commit into from
Oct 24, 2023

Conversation

goapunk
Copy link
Contributor

@goapunk goapunk commented Sep 14, 2023

No description provided.

@github-actions
Copy link

github-actions bot commented Sep 14, 2023

Coverage report

Total coverage

Status Category Percentage Covered / Total
🔴 Statements 10.98% 120/1093
🔴 Branches 12.95% 89/687
🔴 Functions 11.11% 39/351
🔴 Lines 18.56% 647/3486

Status of coverage: 🟢 - ok, 🟡 - slightly more than threshold, 🔴 - under the threshold

Report generated by 🧪jest coverage report action from 21a8714

@goapunk goapunk force-pushed the jd-2023-09-fix-vector-map-attribution branch 2 times, most recently from 4ab71a5 to 11db8ec Compare September 21, 2023 11:00
@goapunk goapunk force-pushed the jd-2023-09-fix-vector-map-attribution branch from 11db8ec to 21a8714 Compare September 21, 2023 11:00
@@ -101,6 +101,8 @@ export function createMap (L, e, {
}
const baselayer = L.tileLayer(basemap, { accessToken })
baselayer.addTo(map)
}
if (attribution) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be fine. @philli can u confirm?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good, tricky to test for me right now as my local versions of other apps won't currently install this version of a4 but happy to merge and see?

Copy link
Contributor

@philli-m philli-m left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@philli-m philli-m merged commit 76cb784 into main Oct 24, 2023
@philli-m philli-m deleted the jd-2023-09-fix-vector-map-attribution branch October 24, 2023 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants