-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: adding popup functionality. * feat: changing scene options * feat: adjusting popup style. * feat: update demo maps. * feat: adding globe color option. * feat: adding icon support for geojson features. * docs: updating changelog and readme.
- Loading branch information
1 parent
6b1788d
commit 55e4fe6
Showing
9 changed files
with
287 additions
and
35 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -1,2 +1,8 @@ | ||
<div #cesiumMapDiv class="map cesiumMap"></div> | ||
<div #cesiumCreditDiv class="cesiumCredits"></div> | ||
<div #cesiumMapDiv class="map cesiumMap"> | ||
<div class="cesium-popup" id="cesium_popup_div"> | ||
<a class="cesium-popup-closer" (click)="closeCesiumPopup()"></a> | ||
<div class="cesium-popup-content" id="map_cesium_popup_content"> | ||
</div> | ||
</div> | ||
</div> | ||
<div #cesiumCreditDiv class="cesiumCredits"></div> |
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
Oops, something went wrong.