forked from MapComplete/MapComplete
Add image upload functionality with imgur
This commit is contained in:
parent
6187122294
commit
2acd53d150
21 changed files with 458 additions and 69 deletions
|
|
@ -26,8 +26,8 @@ export class CommonTagMappings {
|
|||
public static osmLink = new TagMappingOptions({
|
||||
key: "id",
|
||||
mapping: {
|
||||
"node/-1": "Over enkele momenten sturen we je punt naar OpenStreetMap"
|
||||
"node/-1": "<span class='osmlink'>Over enkele momenten sturen we je punt naar OpenStreetMap</span>"
|
||||
},
|
||||
template: "<a href='https://osm.org/{id}'> Op OSM</a>"
|
||||
template: "<span class='osmlink'><a href='https://osm.org/{id}'> Op OSM</a></span>"
|
||||
})
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue