Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
JLSchaap committed Jan 3, 2025
1 parent c8cf3a4 commit e841460
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions viewer/src/app/location-search/location-search.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ export class LocationSearchComponent {
this.logger.log(item)
this.activeFeature.emit(item)
//if (item.links![0].href) {
// this.selectedResultUrl = item.links![0].href as string
//e.g: this.selectedResultUrl =
// 'https://api.pdok.nl/lv/bag/ogc/v1-demo/collections/verblijfsobject/items/80f96ef7-dfa4-5197-b681-cfd92b10757e'
// this.selectedResultUrl = item.links![0].href as string
//e.g: this.selectedResultUrl =
// 'https://api.pdok.nl/lv/bag/ogc/v1-demo/collections/verblijfsobject/items/80f96ef7-dfa4-5197-b681-cfd92b10757e'
//}
}
getHighLight(r: { properties: unknown }): string {
Expand Down

0 comments on commit e841460

Please sign in to comment.