Skip to content

Commit

Permalink
Remove no more working tools
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Dec 4, 2024
1 parent 28afb5d commit 89d6088
Showing 1 changed file with 0 additions and 47 deletions.
47 changes: 0 additions & 47 deletions CONST_create_template/geoportal/interfaces/desktop_alt.html.mako
Original file line number Diff line number Diff line change
Expand Up @@ -198,40 +198,6 @@
<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 @@ -255,19 +221,6 @@
</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

0 comments on commit 89d6088

Please sign in to comment.