#21194 closed enhancement (fixed)
MVT Styling information on JOSM Trac
Reported by: | taylor.smock | Owned by: | stoecker |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Trac | Version: | |
Keywords: | mvt style | Cc: |
Description (last modified by )
See wiki:Maps/Worldwide/MapillaryImagesPositions in conjuction with wiki:Maps/Worldwide#Mapillaryimagespositions .
Specifically, there isn't a good way to get the straight text of the page without the {{{#!json
and }}}
.
We will need this for any style where we cannot reuse the stylesheet from the upstream project (for example, OpenInfraMap doesn't host a "full" stylesheet -- it is programmatically generated).
Alternatives:
- Someone sets up a GitLab/Github pages project that hosts the style sheets.
Additional notes:
- URLs tried:
Attachments (0)
Change History (9)
comment:1 by , 4 years ago
Description: | modified (diff) |
---|
comment:2 by , 4 years ago
Description: | modified (diff) |
---|
comment:3 by , 4 years ago
comment:4 by , 4 years ago
I don't mind storing them in the plugins SVN repository.
However:
- Do we want to require everyone to have SVN access to tweak a stylesheet?
- When adding a new MVT layer, do we want people to file a bug to get the stylesheet added?
TBH, right now the only two MVT layers is OpenInfraMap and the Mapillary Image Positions, so it isn't super critical yet.
comment:5 by , 4 years ago
I'd say start with SVN and when that's not sufficient any more choose another methods. ;-) As it's only replacing one URL with another that should be easy to change later.
comment:7 by , 4 years ago
comment:8 by , 4 years ago
Description: | modified (diff) |
---|
comment:9 by , 4 years ago
Keywords: | mvt style added |
---|
We do this via trac scripts which output only the raw data (presets, styles, maps ...) That allows to have nicely formated pages and still raw output.
Could also be stored in JOSM-Plugins SVN, e.g. directoy "mvt" on top level :-)