>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 <yog...@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
>
_______________________________________________
Taginfo-dev mailing list
Taginfo-dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/taginfo-dev

Reply via email to