forked from MapComplete/MapComplete
LayerServer: fix some bugs in build_db-script, decode MVT-tilesource for more features
This commit is contained in:
parent
ee3e000cd1
commit
5b318236bf
8 changed files with 327 additions and 103 deletions
|
@ -7,7 +7,7 @@ import { Feature, LineString, Polygon } from "geojson"
|
|||
export abstract class OsmObject {
|
||||
private static defaultBackend = "https://api.openstreetmap.org/"
|
||||
protected static backendURL = OsmObject.defaultBackend
|
||||
private static polygonFeatures = OsmObject.constructPolygonFeatures()
|
||||
public static polygonFeatures = OsmObject.constructPolygonFeatures()
|
||||
type: "node" | "way" | "relation"
|
||||
id: number
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue