[Taginfo-dev] Errors starting taginfo webserver on Ubuntu 14.04
Imre Samu
pella.samu at gmail.com
Mon May 18 22:53:33 UTC 2015
>And I see currently the tags here -
http://rmsa.karnatakaeducation.org.in/tags are limited to 10000. Is there a
way to increase this.? I
you can modify the value :
http://rmsa.karnatakaeducation.org.in/taginfo/config
"master": {
"min_count_tags": *10000,*
"min_tag_combination_count": 1000,
"min_count_for_map": 1000,
"min_count_relations_per_type": 100,
"tokenizer": "simple"
}
see: http://nepal-taginfo.openstreetmap.hu/taginfo/config
"master": {
"min_count_tags": *1,*
"min_tag_combination_count": *1,*
"min_count_for_map": 1,
"min_count_relations_per_type": 1,
"tokenizer": "simple"
}
And don't forget to set the "wizard_area":
"wizard_area": " in India"
Regards,
Imre
2015-05-19 0:37 GMT+02:00 Yogesh <yogesh at kalike.org>:
>
>
> strange .. Maybe we should move the "<Directory> block" outside (taginfo.conf)
>
> sometimes it helps .. ( sorry I am not an apache2 expert )
>
> <Directory /osm/taginfo/web/public>
> Allow from all
> Options -MultiViews
> Require all granted
> </Directory>
>
> <VirtualHost *:80>
> DocumentRoot /osm/taginfo/web/public
> </VirtualHost>
>
>
>
>
> I had messed up with ownerships and few taginfo/* directories were owned
> by root. But I could clear it up and run it on local ubuntu machine. With
> some efforts, I was able to set up a test instance of India on Cent OS 6
> VPS, currently at http://rmsa.karnatakaeducation.org.in. Few tricky
> dependency packages bugged me during installation and have made some notes
> of them. Will put this on OSM wiki somewhere under
> http://wiki.openstreetmap.org/wiki/Taginfo/Running which can help anyone
> who tries taginfo on Cent OS.
>
> And I see currently the tags here -
> http://rmsa.karnatakaeducation.org.in/tags are limited to 10000. Is there
> a way to increase this.? I checked some of the other taginfo instances
> where this limit is not there.
>
> thanks,
> yogi
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/taginfo-dev/attachments/20150519/155cac57/attachment.html>
More information about the Taginfo-dev
mailing list