Re: [Pharo-users] shape file reading

2020-06-06 Thread Hernán Morales Durand
Done! Cheers Hernán El sáb., 6 jun. 2020 a las 3:17, Stéphane Ducasse (< stephane.duca...@inria.fr>) escribió: > Please add this to the readme :) > > > On 5 Jun 2020, at 23:19, Hernán Morales Durand > wrote: > > > > El vie., 5 jun. 2020 a las 9:27, Baveco, Hans () > escribió: > >> Well, it app

Re: [Pharo-users] shape file reading

2020-06-05 Thread Stéphane Ducasse
Please add this to the readme :) > On 5 Jun 2020, at 23:19, Hernán Morales Durand > wrote: > > > > El vie., 5 jun. 2020 a las 9:27, Baveco, Hans ( >) escribió: > Well, it appears that simple direct downloading does not download the real > shapefile. Taking care to

Re: [Pharo-users] shape file reading

2020-06-05 Thread Hernán Morales Durand
El vie., 5 jun. 2020 a las 9:27, Baveco, Hans () escribió: > Well, it appears that simple direct downloading does not download the real > shapefile. Taking care to actually get a shapefile, the result loads > without problems. > > ne_110m_populated_places.shp is a PointShape with 243 shapes (point

Re: [Pharo-users] shape file reading

2020-06-05 Thread Thierry Goubier
Hi Hans, Roassal has support for loading OSM raw data and OSM tiles (map backgrounds) (WGS84 projection). See https://www.youtube.com/watch?v=6zoGIsQaGUo&t=429s. We've also experimented with animations as well: https://www.youtube.com/watch?v=sMB7DG-lbiU; we've also tried in the past to work out o

Re: [Pharo-users] shape file reading

2020-06-05 Thread Baveco, Hans
Well, it appears that simple direct downloading does not download the real shapefile. Taking care to actually get a shapefile, the result loads without problems. ne_110m_populated_places.shp is a PointShape with 243 shapes (points). If you display it on a Form (#displayMorphic) you won’t see muc