Skip to content

Commit

Permalink
Update sidebar.html
Browse files Browse the repository at this point in the history
  • Loading branch information
wlakom authored Dec 25, 2024
1 parent b46d00c commit e610ab6
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions templates/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,19 +33,7 @@ <h6>{{active.tags.religion}} {{active.tags.denomination}}</h6>
<div class="aside-section aside-tags">
<div ng-show="active.latlng">Coordinates (Współrządne): <i><a href="https://nominatim.openstreetmap.org/search?q={{active.latlng}}" target="_blank">{{active.latlng}}</a></i></div>
<div ng-show="active.tags['ref']">Ref: <i>{{active.tags['ref']}}</i></div>
<div ng-show="active.tags['sector:name']">— Sector (Sektor): <i class="ng-binding">{{ active.tags['sector:name'] }}</i></div>

<script>
var app = angular.module('myApp', []);
app.controller('MainController', function($scope) {
$scope.active = {
tags: {
'sector:name': 'N'
}
};
});
</script>

<div ng-show="active.tags['sector:name']">&mdash; Sector (Sektor): <i>{{ active.tags['sector:name'] }}</i></div>
<div ng-show="active.tags['sector:row']">&mdash; Row (Rząd): <i>{{active.tags['sector:row']}}</i></div>
<div ng-show="active.tags['sector:place']">&mdash; Place (Miejsce): <i>{{active.tags['sector:place']}}</i></div>
</div>
Expand Down

0 comments on commit e610ab6

Please sign in to comment.