Jan Schulte
Jan Schulte
Interestingly when I check what the Photon request the browser makes returns, we only get back `Prenzlauer Allee 230`: ``` $ curl -XGET "https://photon.komoot.de/api?limit=1&q=Prenzlauer%20Allee%2023%2C%2010405%20Berlin" | underscore pretty % Total %...
Doing the same with `limit=2` returns first `Prenzlauer Allee 230` as before but then also `Prenzlauer Allee 23`: ``` $ curl -XGET "https://photon.komoot.de/api?limit=2&q=Prenzlauer%20Allee%2023%2C%2010405%20Berlin" | underscore pretty % Total % Received...
The reason for the strange behavior that the address sometimes is a bit off is that we get back multiple results from Photon. My first attempt to solve this was...
@holgerd I started implementing this before the Christmas holiday. This is work in progress.
For more details we also need to consult http://guides.rubyonrails.org/upgrading_ruby_on_rails.html
For Rails 4.2 we need to update some Gems. `bundle update rails` with Rails 4.2 in the `Gemfile` produces this: ``` [0] % bundle update rails Fetching gem metadata from...
The problem here is that it probably won't be possible to create a region via the ActiveAdmin form because a region requires a `GEOMETRY` object in order to be valid....
Because I just came across it: Updating the "Docker builds" docs for Trusty
More explanation for ` Document which features are supported by Enterprise and which are not`: We more and more get support requests from customers who run into problems because they're...