Skip to content

Commit

Permalink
Merge branch 'master' into dev/new-samples
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelsimon authored Jan 11, 2024
2 parents 81284e8 + 7134b78 commit 09f82b4
Show file tree
Hide file tree
Showing 84 changed files with 6,038 additions and 33 deletions.
210 changes: 210 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,216 @@ <h4 class="card-header">
</div>
</div>

<div
class="card"
id="card-event-simple"
onclick="setSource(event, './samples/event-simple/highlight/highlight.html', 'Handling Events', 'event-simple', this)"
>
<h4 class="card-header">
Handling Events <span class="subheader">(event-simple)</span>
</h4>
<div class="card-description">
Sample combining map events with marker events
</div>
<div class="card-footer">
<button
class="button"
onclick="setSource(event, './samples/event-simple/highlight/highlight.html', 'Handling Events','event-simple', this)"
>
Highlight
</button>
<button
class="button"
onclick="setSource(event, './samples/event-simple/iframe/index.html', 'Handling Events','event-simple', this)"
>
Iframe
</button>
<button
class="button"
onclick="setSource(event, './samples/event-simple/app/dist/index.html', 'Handling Events', 'event-simple', this)"
>
App
</button>
<button class="button">
<div class="buttonIcon codesandbox"></div>
<a
target="_blank"
href="https://codesandbox.io/p/devbox/github/woosmap/js-samples/tree/master/dist/samples/event-simple/app?file=index.ts"
>
CodeSandbox
</a>
</button>

<button class="button">
<div class="buttonIcon stackblitz"></div>
<a
target="_blank"
href="https://stackblitz.com/github/woosmap/js-samples/tree/master/dist/samples/event-simple/app?file=index.ts"
>
StackBlitz
</a>
</button>

<button class="button">
<div class="buttonIcon jsfiddle"></div>
<a
target="_blank"
href="https://jsfiddle.net/gh/get/library/pure/woosmap/js-samples/tree/master/dist/samples/event-simple/jsfiddle"
>
JsFiddle
</a>
</button>

<button class="button">
<a
target="_blank"
href="https://github.com/woosmap/js-samples/tree/master/samples/event-simple"
>Code</a
>
</button>
</div>
</div>

<div
class="card"
id="card-infowindow-simple"
onclick="setSource(event, './samples/infowindow-simple/highlight/highlight.html', 'InfoWindow Simple', 'infowindow-simple', this)"
>
<h4 class="card-header">
InfoWindow Simple <span class="subheader">(infowindow-simple)</span>
</h4>
<div class="card-description">
A basic InfoWindow opened at London
</div>
<div class="card-footer">
<button
class="button"
onclick="setSource(event, './samples/infowindow-simple/highlight/highlight.html', 'InfoWindow Simple','infowindow-simple', this)"
>
Highlight
</button>
<button
class="button"
onclick="setSource(event, './samples/infowindow-simple/iframe/index.html', 'InfoWindow Simple','infowindow-simple', this)"
>
Iframe
</button>
<button
class="button"
onclick="setSource(event, './samples/infowindow-simple/app/dist/index.html', 'InfoWindow Simple', 'infowindow-simple', this)"
>
App
</button>
<button class="button">
<div class="buttonIcon codesandbox"></div>
<a
target="_blank"
href="https://codesandbox.io/p/devbox/github/woosmap/js-samples/tree/master/dist/samples/infowindow-simple/app?file=index.ts"
>
CodeSandbox
</a>
</button>

<button class="button">
<div class="buttonIcon stackblitz"></div>
<a
target="_blank"
href="https://stackblitz.com/github/woosmap/js-samples/tree/master/dist/samples/infowindow-simple/app?file=index.ts"
>
StackBlitz
</a>
</button>

<button class="button">
<div class="buttonIcon jsfiddle"></div>
<a
target="_blank"
href="https://jsfiddle.net/gh/get/library/pure/woosmap/js-samples/tree/master/dist/samples/infowindow-simple/jsfiddle"
>
JsFiddle
</a>
</button>

<button class="button">
<a
target="_blank"
href="https://github.com/woosmap/js-samples/tree/master/samples/infowindow-simple"
>Code</a
>
</button>
</div>
</div>

<div
class="card"
id="card-map-events"
onclick="setSource(event, './samples/map-events/highlight/highlight.html', 'Map Events', 'map-events', this)"
>
<h4 class="card-header">
Map Events <span class="subheader">(map-events)</span>
</h4>
<div class="card-description">
Handling map events triggered by user interaction
</div>
<div class="card-footer">
<button
class="button"
onclick="setSource(event, './samples/map-events/highlight/highlight.html', 'Map Events','map-events', this)"
>
Highlight
</button>
<button
class="button"
onclick="setSource(event, './samples/map-events/iframe/index.html', 'Map Events','map-events', this)"
>
Iframe
</button>
<button
class="button"
onclick="setSource(event, './samples/map-events/app/dist/index.html', 'Map Events', 'map-events', this)"
>
App
</button>
<button class="button">
<div class="buttonIcon codesandbox"></div>
<a
target="_blank"
href="https://codesandbox.io/p/devbox/github/woosmap/js-samples/tree/master/dist/samples/map-events/app?file=index.ts"
>
CodeSandbox
</a>
</button>

<button class="button">
<div class="buttonIcon stackblitz"></div>
<a
target="_blank"
href="https://stackblitz.com/github/woosmap/js-samples/tree/master/dist/samples/map-events/app?file=index.ts"
>
StackBlitz
</a>
</button>

<button class="button">
<div class="buttonIcon jsfiddle"></div>
<a
target="_blank"
href="https://jsfiddle.net/gh/get/library/pure/woosmap/js-samples/tree/master/dist/samples/map-events/jsfiddle"
>
JsFiddle
</a>
</button>

<button class="button">
<a
target="_blank"
href="https://github.com/woosmap/js-samples/tree/master/samples/map-events"
>Code</a
>
</button>
</div>
</div>

<div
class="card"
id="card-marker-click-event"
Expand Down
6 changes: 3 additions & 3 deletions dist/samples/add-map/app/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions dist/samples/event-simple/app/.eslintrc.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions dist/samples/event-simple/app/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions dist/samples/event-simple/app/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions dist/samples/event-simple/app/env.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions dist/samples/event-simple/app/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 47 additions & 0 deletions dist/samples/event-simple/app/index.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 33 additions & 0 deletions dist/samples/event-simple/app/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 09f82b4

Please sign in to comment.