forked from MapComplete/MapComplete
UX: add 'show nearby picture' in new point popup
This commit is contained in:
parent
d56cf56511
commit
dad9bb1349
8 changed files with 37 additions and 24 deletions
|
|
@ -64,7 +64,12 @@ export class WithSpecialLayers extends WithChangesState {
|
|||
this.initActorsSpecialLayers()
|
||||
this.drawSelectedElement()
|
||||
this.drawSpecialLayers()
|
||||
this.drawLastClick()
|
||||
try {
|
||||
this.drawLastClick()
|
||||
} catch (e) {
|
||||
console.error("FATAL: invalid last click layer", e)
|
||||
throw e
|
||||
}
|
||||
// Note: the lock-range is handled by UserMapFeatureSwitchState
|
||||
{
|
||||
// Activate metatagging for the 'current_view' layer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue