Skip to content

Commit

Permalink
chore: update dist folder [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
wgsadmin committed Jun 13, 2024
1 parent 990bbe8 commit 4ccfa8c
Show file tree
Hide file tree
Showing 90 changed files with 6,936 additions and 65 deletions.
74 changes: 74 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1822,6 +1822,80 @@ <h4 class="card-header">
</div>
</div>

<div
class="card"
id="card-localities-api-shape"
onclick="setSource(event, './samples/localities-api-shape/highlight/highlight.html', 'Localities API - Shape', 'localities-api-shape', this)"
>
<h4 class="card-header">
Localities API - Shape
<span class="subheader">(localities-api-shape)</span>
</h4>
<div class="card-description">
This sample demonstrates how to display the shape returned from a
supported feature using the Localities API. It retrieves GeoJSON
Geometry from the Details endpoint of the Localities API and
displays it using the map&#39;s Data layer.
</div>
<div class="card-footer">
<button
class="button"
onclick="setSource(event, './samples/localities-api-shape/highlight/highlight.html', 'Localities API - Shape','localities-api-shape', this)"
>
Highlight
</button>
<button
class="button"
onclick="setSource(event, './samples/localities-api-shape/iframe/index.html', 'Localities API - Shape','localities-api-shape', this)"
>
Iframe
</button>
<button
class="button"
onclick="setSource(event, './samples/localities-api-shape/app/dist/index.html', 'Localities API - Shape', 'localities-api-shape', 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/localities-api-shape/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/localities-api-shape/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/localities-api-shape/jsfiddle"
>
JsFiddle
</a>
</button>

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

<div
class="card"
id="card-localities-autocomplete"
Expand Down
2 changes: 1 addition & 1 deletion dist/samples/add-map/app/package.json

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

2 changes: 1 addition & 1 deletion dist/samples/directions-advanced/app/package.json

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

2 changes: 1 addition & 1 deletion dist/samples/directions-simple/app/package.json

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

2 changes: 1 addition & 1 deletion dist/samples/distance-isochrone/app/package.json

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

2 changes: 1 addition & 1 deletion dist/samples/distance-matrix-advanced/app/package.json

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

2 changes: 1 addition & 1 deletion dist/samples/distance-matrix/app/package.json

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

2 changes: 1 addition & 1 deletion dist/samples/draw-shapes-events/app/package.json

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

2 changes: 1 addition & 1 deletion dist/samples/draw-shapes/app/package.json

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

2 changes: 1 addition & 1 deletion dist/samples/event-simple/app/package.json

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

2 changes: 1 addition & 1 deletion dist/samples/geolocation-api/app/package.json

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

2 changes: 1 addition & 1 deletion dist/samples/geolocation-nearby-stores/app/package.json

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

2 changes: 1 addition & 1 deletion dist/samples/indoor-directions-service/app/package.json

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

2 changes: 1 addition & 1 deletion dist/samples/indoor-map-advanced/app/package.json

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

2 changes: 1 addition & 1 deletion dist/samples/indoor-map-simple/app/package.json

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

2 changes: 1 addition & 1 deletion dist/samples/indoor-navigation-widget/app/package.json

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

2 changes: 1 addition & 1 deletion dist/samples/indoor-widget-advanced/app/package.json

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

2 changes: 1 addition & 1 deletion dist/samples/indoor-widget-simple/app/package.json

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

2 changes: 1 addition & 1 deletion dist/samples/infowindow-simple/app/package.json

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

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

2 changes: 1 addition & 1 deletion dist/samples/localities-api-autocomplete/app/package.json

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

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

2 changes: 1 addition & 1 deletion dist/samples/localities-api-details/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/localities-api-shape/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/localities-api-shape/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/localities-api-shape/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/localities-api-shape/app/env.d.ts

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

Loading

0 comments on commit 4ccfa8c

Please sign in to comment.