ghettovoice / vuelayers

Web map Vue components with the power of OpenLayers
https://vuelayers.github.io/
MIT License
682 stars 230 forks source link

public fiddles mistake #442

Closed wendellwt closed 2 years ago

wendellwt commented 2 years ago

Help! Did I edit one of your jsfiddles? I'm sorry! The first example on your jsfiddle.net page, https://jsfiddle.net/ghettovoice/shm1dfeg/1/ looks like mine. How did I do that? I created my own account on jsfiddle.net earlier this week. I must have done something wrong, because it looks like I edited one of your examples (or added one of my tests to your page).

Sorry about that.

ghettovoice commented 2 years ago

@wendellwt no, it's my fork from you fiddle from #441. When you open somebody fiddle and start changing it, it will be automatically forked to your account. So don't worry 😄

wendellwt commented 2 years ago

Whew! That's good to know. Thank you.

wendellwt commented 2 years ago

Oh, and in a discord channel Amelia resolved by D3 + OL issue. At least I have the map zoom/pan working, but not the D3 interaction (yet). The pointer-events:none had to be at the correct level:

.ol-overlay-container {
  pointer-events: none;
}

As in shown in my map-2-amelia

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.