-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#279 Bump @babel/traverse from 7.22.17 to 7.23.2 #280 Bump @adobe/css-tools from 4.3.1 to 4.3.2 #282 Tile layer is hidden by the marker layer in Openlayers 9.0.0
- Loading branch information
1 parent
2d057d0
commit eab21d9
Showing
13 changed files
with
583 additions
and
540 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,9 @@ | |
<script src="https://unpkg.com/[email protected]/dist/ol-popup.js"></script> | ||
|
||
<script type="module"> | ||
import '../dist/ol-geocoder.css'; | ||
import '../dist/ol-geocoder.css'; //TODO use sass preprocessor | ||
import Geocoder from '../src/base'; | ||
|
||
window.Geocoder = Geocoder; | ||
</script> | ||
|
||
|
@@ -22,16 +23,8 @@ | |
</head> | ||
|
||
<body> | ||
<p> | ||
Other demos : | ||
<a href="control-nominatim.html">control-nominatim</a> | ||
<a href="control-glass.html">control-glass</a> | ||
<a href="custom-provider.html">custom-provider</a> | ||
<a href="index.html">Misc</a> (Label, one shot fly, control out of the map). | ||
</p> | ||
|
||
<p>This example needs to be run on <a href="https://nodejs.org/">nodejs</a> environment.</p> | ||
<div id="map"> | ||
This example needs to be run on <a href="https://nodejs.org/">nodejs</a> environment. | ||
</div> | ||
</body> | ||
|
||
|
Oops, something went wrong.