forked from MapComplete/MapComplete
Studio: WIP
This commit is contained in:
parent
3549a10a15
commit
dc82ebbd58
165 changed files with 2588 additions and 3294 deletions
|
|
@ -404,7 +404,7 @@ class LineRenderingLayer {
|
|||
|
||||
export default class ShowDataLayer {
|
||||
private static rangeLayer = new LayerConfig(
|
||||
<LayerConfigJson>range_layer,
|
||||
<any>range_layer,
|
||||
"ShowDataLayer.ts:range.json"
|
||||
)
|
||||
private readonly _map: Store<MlMap>
|
||||
|
|
|
|||
|
|
@ -44,7 +44,13 @@ export default class QueryParameterDocumentation {
|
|||
source: {
|
||||
osmTags: "id~*",
|
||||
},
|
||||
mapRendering: null,
|
||||
lineRendering: [
|
||||
{
|
||||
color: "#000000",
|
||||
width: 5,
|
||||
},
|
||||
],
|
||||
pointRendering: null,
|
||||
},
|
||||
],
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue