简体   繁体   English

CKAN-Choroplethmap

[英]CKAN - choroplethmap

I have correctly installed CKAN 2.5 version with some plugins and it is running in a production server. 我已经正确安装了带有某些插件的CKAN 2.5版本,并且该版本正在生产服务器中运行。 Now I wanted to add ckanext-mapviews' extension to configure regular choropleth maps to CKAN. 现在,我想添加ckanext-mapviews的扩展名,以将常规的Choropleth映射配置到CKAN。

I have followed the instructions as it is said installing the setup.py and adding choroplethmap to the list in ckan.plugins attribute but I don't see the new Choropleth Map chart type option in the view type's list. 我已经按照说明进行安装,因为据说要安装setup.py并将choroplethmap添加到ckan.plugins属性的列表中,但是在视图类型的列表中看不到新的Choropleth Map图表类型选项。 I have also checked logs but there is no clue to know what it could be happening. 我还检查了日志,但是没有线索知道它可能会发生什么。

Does anyone know what can I do to fix that? 有谁知道我该怎么做才能解决此问题?

I am answering myself about the problem I had found explaning some kind of a workaround for the Choropleth Map: 我正在回答自己的问题,我发现它为Choropleth Map解释了一种变通方法:

  • Column names in the spreadheet can not have "special chars" (accents or some other char). 扩展表中的列名称不能包含“特殊字符”(重音符或其他一些字符)。
  • I only get working the map width a XLS (not CSV) file. 我只能使用XLS(而非CSV)文件来处理地图宽度。

I hope it should be useful for anyone that has this problem. 我希望它对任何有此问题的人都有用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM