Skip to content

Commit

Permalink
Upgrade to master
Browse files Browse the repository at this point in the history
  • Loading branch information
Continuous integration committed Dec 6, 2024
1 parent f99f732 commit d4ec919
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONST_create_template/env.default
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Default values for c2cgeoportal
GEOMAPFISH_VERSION=2.9.rc.19
GEOMAPFISH_VERSION=2.9.rc.21
GEOMAPFISH_MAIN_VERSION=2.9
GEOMAPFISH_MAIN_MINOR_VERSION=2.9.0
COMPOSE_PROJECT_NAME=geomapfish
Expand Down
47 changes: 47 additions & 0 deletions CONST_create_template/geoportal/interfaces/desktop_alt.html.mako
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,40 @@
<gmf-lidar-panel slot="tool-panel-lidar"></gmf-lidar-panel>
<gmf-lidar-footer id="lidar-footer" slot="footer-lidar"></gmf-lidar-footer>

<!-- Google Street View -->
<gmf-googlestreetview-button slot="tool-button"></gmf-googlestreetview-button>
<div slot="tool-panel-googlestreetview" class="row pointer-events-none gmf-streetview-panel">
<div class="col-sm-12">
<div class="gmf-app-tools-content-heading">
{{ 'Google Street View' | translate }}
</div>
<ngeo-streetview
active="mainCtrl.googleStreetViewActive"
feature-style="mainCtrl.streetViewStyle"
map="mainCtrl.map"
panel-width="mainCtrl.toolsPanelWidth"
options-name="ngeoGoogleStreetviewOptions" class="pointer-events-auto">
</ngeo-streetview>
</div>
</div>

<!-- Mapillary -->
<gmf-mapillary-button slot="tool-button"></gmf-mapillary-button>
<div slot="tool-panel-mapillary" class="row pointer-events-none gmf-streetview-panel">
<div class="col-sm-12">
<div class="gmf-app-tools-content-heading">
{{ 'Mapillary Street View' | translate }}
</div>
<ngeo-streetview
active="mainCtrl.mapillaryStreetViewActive"
feature-style="mainCtrl.streetViewStyle"
map="mainCtrl.map"
panel-width="mainCtrl.toolsPanelWidth"
options-name="ngeoStreetviewOptions" class="pointer-events-auto">
</ngeo-streetview>
</div>
</div>

<!-- Selection -->
<gmf-selection-button slot="tool-button"></gmf-selection-button>
<div slot="tool-panel-selection" class="row pointer-events-none">
Expand All @@ -221,6 +255,19 @@
</div>
</div>

<!-- Routing -->
<gmf-routing-button slot="tool-button"></gmf-routing-button>
<div slot="tool-panel-routing" class="row pointer-events-none">
<div class="col-sm-12">
<div class="gmf-app-tools-content-heading">
{{ 'Routing' | translate }}
</div>
<ngeo-routing
ngeo-routing-map="mainCtrl.map" class="pointer-events-auto">
</ngeo-routing>
</div>
</div>

<!-- Permalink -->
<span slot="tool-button-separate">
<button ngeo-btn class="btn btn-default gmf-app-tools-bar" ng-model="mainCtrl.modalShareShown" data-toggle="tooltip" data-placement="left" data-original-title="{{'Share this map'|translate}}">
Expand Down
2 changes: 1 addition & 1 deletion env.default
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Default values for c2cgeoportal
GEOMAPFISH_VERSION=2.9.rc.19
GEOMAPFISH_VERSION=2.9.rc.21
GEOMAPFISH_MAIN_VERSION=2.9
GEOMAPFISH_MAIN_MINOR_VERSION=2.9.0
COMPOSE_PROJECT_NAME=geomapfish
Expand Down

0 comments on commit d4ec919

Please sign in to comment.