2017-10-24 1:21 GMT-03:00 Hernán Morales Durand <hernan.morales@gmail.com>:
Hola Offray,
I tried loading in Windows 8.1 and it loads fine using:
Metacello new smalltalkhubUser: 'hernan' project: 'Territorial'; configuration: 'Territorial'; version: #bleedingEdge; load.
Then load TerritorialData-AMCharts-HernanMoralesDurand.2 from the repository.
TerritorialData-AMCharts-HernanMoralesDurand.3 or the latest version you find :)
I published some "fixes" related to Spec and Roassal. (I have to review them because I'm porting other packages to Pharo 6.1, but it should work for displaying maps).
The following expression displays a window with Colombia departments:
TerritorialAMChartsMapsProvider viewHighResCountry: 'Colombia'
For a choropleth with a heatmap or centroids have a look at how I did it in PhyloclassTalk in SmalltalkHub, again I should update it to work in Pharo 6.1.
Cheers,
Hernán
2017-10-23 22:59 GMT-03:00 Offray Vladimir Luna Cárdenas <offray.luna@mutabit.com>:
Hi,
I would like a choropleth map of Colombian departments [1]. The first approach would be to use Territorial, but loading it is not working on Pharo 6.1 (used on Manjaro Linux): It doesn't appears in the Catalog, Gopher load gives me: "XMLFileException: File does does not exist: /home/offray/Programas/Pharo/6.1a/Dev24/territorial_files/fao/fao_country_names.xml" and loading Monticello bleeding edge gives me "FileDoesNotExist: File @ /home/offray/Programas/Pharo/6.1a/Dev24/territorial_files/opengeocode/wc-ASCII.csv". There is another way to make such choropleth map?
[1] https://en.wikipedia.org/wiki/Departments_of_Colombia
Thanks,
Offray