Jan Suleiman

Results 31 issues of Jan Suleiman

This solves #624 This allows setting attributes on parent elements, while preserving the order of its children, when using `builder.buildObject()`. I know this is some rather hakish code, as we...

When building from objects, it is currently either possible to set a specific order for child elements, or to set attributes on the parent. However, it is not possible to...

### Current Behavior Import paths in the [react-geo documentation](https://terrestris.github.io/react-geo/) seem to be wrong. The `/dist/` part is missing. Examples (copied from https://terrestris.github.io/react-geo/docs/latest/#/Components/Buttons/CopyButton): ``` import MapContext from '@terrestris/react-geo/Context/MapContext/MapContext' import MapComponent from...

bug

Suggestions in the Searchbox of `NominatimSearch` are in German. It would be nice to be able to change the language.

enhancement
feature

When reading geoTiff all grid values were set to 0.0 due to commenting out relevant code. More specifically: `band.ReadRaster()` sets the values for the double array `line`. When not calling...

Currently, multiple filter attributes are supported that all check for the same search term. It would be nice if it would also be possible to handle multiple search terms on...

enhancement

This uses a valid [spdx identifier](https://spdx.org/licenses/) for the license of this repository, which is "BSD-3-Clause" according to the README. It would be great, if you could publish a new version...

**Is your feature request related to a problem? Please describe.** The OGC API Tiles Part 1 - Core describes the requirement class "Collections Selection" which allows for selecting collections via...

feature request

With the upcoming merge of https://github.com/terrestris/geostyler-openlayers-parser/pull/25, geostyler-openlayers-parser tries to parse a subset of geoserver-specific WellKnownNames. Following problems and fallbacks exist: *readStyle():* - Cannot distinguish between `shape://carrow` and `shape://oarrow`. Fallback: `shape://carrow`...