Michael Kirk

Results 81 issues of Michael Kirk

From https://github.com/headwaymaps/headway/pull/161#issuecomment-1251363110 Currently, after searching for a POI we render a pin at the POI's position. This works well enough for small things like a shop, but when the POI...

enhancement

edit: This only seems to occurs when the uploaded data is invalid for the assumed projection. The app becomes unresponsive after trying to load a WKT layer from file. https://user-images.githubusercontent.com/217057/194164359-f6c9c0e7-0461-48fd-bcd7-46c1a4d51c32.mp4...

I had some WKT that I wanted to see rendered from https://github.com/georust/geo/issues/913#issuecomment-1267665597. I saved it to a file, and loaded it in rgis (native build, not web), but I couldn't...

From https://github.com/georust/geo/pull/912#issuecomment-1261381171: I had to switch back and forth to the window (cmd+tab) a couple times for the CRS text field to accept keyboard input. Jump ahed to 20s or...

After creating a new layer, (e.g. by performing an operation on an existing layer), I'd like to save the new layer by downloading it as geojson (or whatever format).

**client:** https://rgis.app (not sure what version is deployed but https://github.com/frewsxcv/rgis/commit/04caaaaa5ea513b0e366c4dab3c7600ac4f53d56 is the current HEAD) I was expecting to be able to click on points and lines with the query tool,...

I see you have a patch here: https://github.com/hcook/asp/tree/demo-s12 But it took me a while to track that down. In the end, I added to my projects requirements.txt ``` -e git://github.com/hcook/asp.git@demo-s12#egg=asp...

The generated find_by view doesn't know that my field is a Fixnum. Is that possible with simply_stored? ``` class Product include SimplyStored::Couch property :quantity, :type => Fixnum, :default => 0...

I have a form with a text field, for which I'd like to validate the contents as numerical. Unfortunately, properties defined with a type are typecast on assignment (this is...

- [x] I agree to follow the project's [code of conduct](https://github.com/georust/geo/blob/main/CODE_OF_CONDUCT.md). - [n/a] I added an entry to `CHANGES.md` if knowledge of this change could be valuable to users. ---...