Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update geocoder.search_osm_nominatim.prefix.aerialway #859

Closed
wants to merge 38 commits into from
Closed

Update geocoder.search_osm_nominatim.prefix.aerialway #859

wants to merge 38 commits into from

Conversation

pyrog
Copy link

@pyrog pyrog commented Dec 18, 2014

Update geocoder.search_osm_nominatim.prefix.aerialway

dankarran and others added 30 commits November 4, 2014 09:56
Icons for highway=tertiary, highway=track, highway=path and barrier=wall.
Phusion Passenger has documentation for common web servers, so we can
link to them, as most users will be using one of them in production.
Postgres 8.3 is EOL and the minimum version supported by PostgreSQL
is 9.0. The production servers run 9.1, and the extension setup is
easier with it too.
This reverts commit 15a7276.
The index view doesn't render any pagination controls, and there
aren't enough redactions for pagination to be necessary yet.

Fixes #735
The local variable `app` was unused and therefore not needed
to be declared with initialization
@@ -107,7 +107,7 @@ en:
in_changeset: "Changeset"
anonymous: "anonymous"
no_comment: "(no comment)"
part_of: "Part of"
part_of: "Part of"aer
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this an intended change?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was a mistake. I will add another commit for bridges and I'll check this

@tomhughes
Copy link
Member

Are these new values that nominatim has started returning or something?

I'm trying to remember how we normally handle these values - do you normally generate them from nominatim or something @lonvia?

@pyrog
Copy link
Author

pyrog commented Dec 18, 2014

I see that there is bridge:movable key. How to add theses values for translations ?

        bridge:
          movable:  "Movable Bridge"
            drawbridge: "Draw Bridge"
            lift: "Lift Bridge"

@tomhughes
Copy link
Member

@pyrog you probably want to wait for @lonvia before you do any more work on this as I don't know yet if we're going to want to take these directly or only via nominatim.

The answer to your question is just to quote the key.

@pyrog
Copy link
Author

pyrog commented Dec 18, 2014

This way ?

        bridge:
            
        "bridge:movable":
            bascule: "Bascule Bridge"
            drawbridge: "Draw Bridge"
            lift: "Lift Bridge"
            submersible: "Submersible Bridge"
            swing: "Swing Bridge"
            transporter: "Transporter Bridge"
            retractable: "Retractable Bridge"       

@pyrog you probably want to wait for @lonvia before you do any more work on this

Yes, of course 😄

@lonvia
Copy link
Contributor

lonvia commented Dec 18, 2014

@tomhughes No objection to merging this.

There's no automatic updates of these terms. I simply go through the database from time to time and add terms that have come into fashion.

@pyrog
Copy link
Author

pyrog commented Dec 18, 2014

I had also emergency=defibrillator to Nominatim/Special_Phrases/FR.

Could you merge theses commits plus Nominatim/Special_Phrases/FR please ?

@lonvia
Copy link
Contributor

lonvia commented Dec 18, 2014

Those special phrases have nothing to do with the website.

submersible: "Submersible Bridge"
swing: "Swing Bridge"
transporter: "Transporter Bridge"
retractable: "Retractable Bridge"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Those bridge:movable tags are pointless, Nominatim doesn't index them.

@pyrog
Copy link
Author

pyrog commented Dec 18, 2014

Those special phrases have nothing to do with the website.

@lonvia of course, but they have to do with emergency=defibrillator translation 😉
Do you want that I open another issue in Nominatim project ?

@lonvia
Copy link
Contributor

lonvia commented Dec 18, 2014

It would have been a better place because it would have a better chance to be seen by the people who can merge the special phrases.

@tomhughes
Copy link
Member

I've just merged #887 from @lonvia which updates the terms.

@tomhughes tomhughes closed this Feb 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

10 participants