Klaus Tockloth

Results 16 issues of Klaus Tockloth

The usage of the tiles option (e.g. --tiles 2) leads to rendering artefacts. If the aim is to create one large image (e.g. 25000x25000 pixels) the tiles option isn't necessary...

The following statement renders an outline (framing) for an area in Mapforge (see 'stroke-with' parameter): `` The same statement in VTM leads to nothing or nearly (?) nothing. Mapsforge: ![Mapsforge](https://user-images.githubusercontent.com/5493128/203822537-1154bf88-cc5d-467e-874f-4fbdd497b2b8.jpg)...

bug

I plan to port this lib to Go and want to do this on a stable release. What's the status of master? Is it stable? Does it make for you...

The OSM standard (XML) format is described here: https://wiki.openstreetmap.org/wiki/OSM_XML Example (OSM standard): ``` ``` The Golang standard XML encoder (xml.MarshalIndent(osmWay, " ", " ") leads to this: ``` ``` Some...

The mapstructure library https://github.com/mitchellh/mapstructure/ has been archieved by the author. Please integrate the compatible und maintained 'blessed fork' https://github.com/go-viper/mapstructure

This excellent library needs improved documentation. Many functions have no description at all. More examples are also required. As a reference should/could be the documentation of the standard Go libraries.