Michael Kirk

Results 81 issues of Michael Kirk

update installation instructions to install "arcgis" gem, not "geoservices"

bug
0 - Backlog

- [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). - [x] I added an entry to `CHANGES.md` if knowledge of this change could be valuable to users. -...

e.g. This currently crashes: ``` let mp = Wkt::from_str(MULTIPOINT(1.0 2.0, EMPTY)).unwrap() ``` Error is: ``` called `Result::unwrap()` on an `Err` value: "Expected a number for the X coordinate" ```

help wanted

I'm not sure if we should support this, but I wanted to at least gather some facts for documentation. postgis supports it: ``` SELECT ST_AsText('TRIANGLE((0 0,0 1,1 1,0 0 ))');...

Currently geo-types uses the default implementation of `wkt_string` ``` fn wkt_string(&self) -> String { self .to_wkt() //

help wanted

It'd be nice to have some top-level docs with examples showing some basic usage of this crate.

I'm sorry my first PR is so large. #### Here's the reason for this change :rocket: I'd like to keep pelias compatible with the latest elasticsearch and replace some unmaintained...

Currently Pelias runs on [elasticsearch 7.5+](https://github.com/pelias/documentation/blob/master/requirements.md#elasticsearch). I'm working on upgrading it to elasticsearch8, while maintaining support for es7, and I'm hoping to upstream these efforts on the assumption that other...

enhancement

e.g. the default [overpass-turbo](https://overpass-turbo.eu) script: ``` /* This is an example Overpass query. Try it out by pressing the Run button above! You can find more examples with the Load...