forked from MapComplete/MapComplete
Further work on infobox, styling everything, removing clutter
This commit is contained in:
parent
2acd53d150
commit
0b4016b65d
48 changed files with 1283 additions and 454 deletions
|
@ -1,4 +1,5 @@
|
|||
import {TagMappingOptions} from "../UI/TagMapping";
|
||||
import {Img} from "../UI/Img";
|
||||
|
||||
|
||||
export class CommonTagMappings {
|
||||
|
@ -28,6 +29,8 @@ export class CommonTagMappings {
|
|||
mapping: {
|
||||
"node/-1": "<span class='osmlink'>Over enkele momenten sturen we je punt naar OpenStreetMap</span>"
|
||||
},
|
||||
template: "<span class='osmlink'><a href='https://osm.org/{id}'> Op OSM</a></span>"
|
||||
template: "<span class='osmlink'><a href='https://osm.org/{id}' target='_blank'>" +
|
||||
Img.osmAbstractLogo +
|
||||
"</a></span>"
|
||||
})
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue