forked from MapComplete/MapComplete
Chore: sync translation and themes
This commit is contained in:
parent
e8c84a70b1
commit
6f3c1e1bc3
79 changed files with 4059 additions and 2456 deletions
|
|
@ -1,8 +1,8 @@
|
|||
import { Utils } from "../../Utils"
|
||||
import polygon_features from "../../assets/polygon-features.json"
|
||||
import OsmToGeoJson from "osmtogeojson"
|
||||
import { OsmFeature, OsmId, OsmTags, WayId } from "../../Models/OsmFeature"
|
||||
import { Feature, LineString, Polygon } from "geojson"
|
||||
import { Utils } from "../../Utils";
|
||||
import polygon_features from "../../assets/polygon-features.json";
|
||||
import { OsmFeature, OsmId, OsmTags, WayId } from "../../Models/OsmFeature";
|
||||
import OsmToGeoJson from "osmtogeojson";
|
||||
import { Feature, LineString, Polygon } from "geojson";
|
||||
|
||||
export abstract class OsmObject {
|
||||
private static defaultBackend = "https://www.openstreetmap.org/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue