Michael Kirk
Michael Kirk
**maplibre-gl-js version**: present in both v3.6.2 and main@7971b3a00 **browser**: Safari Version 17.1, Chrome 120.0.6099.109 ### Context (how the geolocate control UI works) The geolocate_control has 3 states that I'm interested...
**Describe the bug** I recently updated planetiler from 0.5.0 to 0.6.0 and am now hitting this error when building the [v1.26 daylight map](https://daylightmap.org/) planet file using your docker container. The...
#### Here's the reason for this change :rocket: In pursuit of eventually supporting es8, I've dropped some es6 only behavior in https://github.com/pelias/query/pull/134. **It's a draft** because it depends on https://github.com/pelias/query/pull/134...
(Edit: whoops I initially created the issue before filling out the description, sorry!). See: https://github.com/georust/geozero/pull/161 Though the spec says: > A position is an array of numbers. There MUST be...
This is an addendum to #222, I'm not sure it's going to work out, but I wanted to share progress in case someone smarter than me wants to weigh in......
- [x] I agree to follow the project's [code of conduct](https://github.com/georust/geo/blob/master/CODE_OF_CONDUCT.md). - [x] I added an entry to `CHANGES.md` if knowledge of this change could be valuable to users. ---...
- [x] I agree to follow the project's [code of conduct](https://github.com/georust/geo/blob/master/CODE_OF_CONDUCT.md). - [] I added an entry to `CHANGES.md` if knowledge of this change could be valuable to users. ---...
- [X] I agree to follow the project's [code of conduct](https://github.com/georust/geo/blob/master/CODE_OF_CONDUCT.md). - [n/a] I added an entry to `CHANGES.md` if knowledge of this change could be valuable to users. ---...
- [x] I agree to follow the project's [code of conduct](https://github.com/georust/geo/blob/master/CODE_OF_CONDUCT.md). - [x] I added an entry to `CHANGES.md` if knowledge of this change could be valuable to users. ---...
Extracted from https://github.com/georust/geozero/pull/183 When processing MultiPoints, many of the formats that implement GeometryProcessor do not call `point_begin`/`point_end` for each point in a multipoint, and instead call only `xy`. To be...