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

remove yandex mml dependency #37

Closed
nvkelso opened this issue Feb 10, 2012 · 1 comment
Closed

remove yandex mml dependency #37

nvkelso opened this issue Feb 10, 2012 · 1 comment
Assignees
Milestone

Comments

@nvkelso
Copy link
Contributor

nvkelso commented Feb 10, 2012

These two layers depend on the Yandex table:

poi-station-labels < necessary
osm-place-points < depreciated

This is likely because the copy of OSM on server 1 is older than on server 2.

Changing these reference to

<!ENTITY project_host "localhost">
<!ENTITY project_port "5432">
<!ENTITY project_name "yandex">
<!ENTITY project_user "yandex">
<!ENTITY project_pass "">

To be osm_host, etc will likely resolve itself on server 2.

@ghost ghost assigned migurski Feb 10, 2012
@migurski
Copy link

Fixed in 31d69f8

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

No branches or pull requests

2 participants