forked from MapComplete/MapComplete
Refactoring: put all special visualisations into their own class, add their location into the documentation
This commit is contained in:
parent
c0e7c9e8fa
commit
ae5205f92d
29 changed files with 2270 additions and 2075 deletions
|
|
@ -5,7 +5,7 @@ import { Feature } from "geojson"
|
|||
import SvelteUIElement from "../Base/SvelteUIElement"
|
||||
import MapillaryLink from "../BigComponents/MapillaryLink.svelte"
|
||||
|
||||
export class MapillaryLinkVis implements SpecialVisualizationSvelte {
|
||||
export class MapillaryLinkVis extends SpecialVisualizationSvelte {
|
||||
funcName = "mapillary_link"
|
||||
group = "web_and_communication"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue