RTCountryBuilder?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

RTCountryBuilder?

hernanmd
Hi

I would like to have circles on a map, just as in the city example (#exampleCity01) but applied to countries instead of cities.

Do I need to create a RTCountryBuilder similar to RTCityBuilder?
Maybe I missed an example out there?

Cheers,

Hernan


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: RTCountryBuilder?

abergel
Hi Hernán,

There is no such builder.
What we have out of the box, is a way to map metrics to countries.

If you wish to have a circle on a country, it may be the capital?
Else, I remember to have seen a web service somewhere that return the geographical position, useful in your case.

Alexandre


> On Sep 19, 2016, at 5:44 PM, Hernán Morales Durand <[hidden email]> wrote:
>
> Hi
>
> I would like to have circles on a map, just as in the city example (#exampleCity01) but applied to countries instead of cities.
>
> Do I need to create a RTCountryBuilder similar to RTCityBuilder?
> Maybe I missed an example out there?
>
> Cheers,
>
> Hernan
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.list.inf.unibe.ch/listinfo/moose-dev

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.



_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: RTCountryBuilder?

hernanmd
Hi Alex!

Thank you. I finally subclassed RTMapBuilder with a RTCountryMapBuilder.

I found curated country centroids here: http://gothos.info/resources/ so I will build a data provider in Territorial, to import centroids and finally display circles centered for each country.

Cheers,

Hernán



2016-09-19 22:19 GMT-03:00 Alexandre Bergel <[hidden email]>:
Hi Hernán,

There is no such builder.
What we have out of the box, is a way to map metrics to countries.

If you wish to have a circle on a country, it may be the capital?
Else, I remember to have seen a web service somewhere that return the geographical position, useful in your case.

Alexandre


> On Sep 19, 2016, at 5:44 PM, Hernán Morales Durand <[hidden email]> wrote:
>
> Hi
>
> I would like to have circles on a map, just as in the city example (#exampleCity01) but applied to countries instead of cities.
>
> Do I need to create a RTCountryBuilder similar to RTCityBuilder?
> Maybe I missed an example out there?
>
> Cheers,
>
> Hernan
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.list.inf.unibe.ch/listinfo/moose-dev

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.



_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: RTCountryBuilder?

abergel
Excellent!

By the way how can I load Territorial? It is apparently not available on the catalog

Alexandre


On Sep 20, 2016, at 12:18 AM, Hernán Morales Durand <[hidden email]> wrote:

Hi Alex!

Thank you. I finally subclassed RTMapBuilder with a RTCountryMapBuilder.

I found curated country centroids here: http://gothos.info/resources/ so I will build a data provider in Territorial, to import centroids and finally display circles centered for each country.

Cheers,

Hernán



2016-09-19 22:19 GMT-03:00 Alexandre Bergel <[hidden email]>:
Hi Hernán,

There is no such builder.
What we have out of the box, is a way to map metrics to countries.

If you wish to have a circle on a country, it may be the capital?
Else, I remember to have seen a web service somewhere that return the geographical position, useful in your case.

Alexandre


> On Sep 19, 2016, at 5:44 PM, Hernán Morales Durand <[hidden email]> wrote:
>
> Hi
>
> I would like to have circles on a map, just as in the city example (#exampleCity01) but applied to countries instead of cities.
>
> Do I need to create a RTCountryBuilder similar to RTCityBuilder?
> Maybe I missed an example out there?
>
> Cheers,
>
> Hernan
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.list.inf.unibe.ch/listinfo/moose-dev

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.



_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: RTCountryBuilder?

hernanmd
Not yet but you can load it using:

Gofer it
    smalltalkhubUser: 'hernan' project: 'Territorial';
    configuration;
    loadDevelopment.

Here is the link to the manual

http://bit.ly/2c4RrCJ

Cheers,

Hernan


2016-09-20 10:49 GMT-03:00 Alexandre Bergel <[hidden email]>:
Excellent!

By the way how can I load Territorial? It is apparently not available on the catalog

Alexandre


On Sep 20, 2016, at 12:18 AM, Hernán Morales Durand <[hidden email]> wrote:

Hi Alex!

Thank you. I finally subclassed RTMapBuilder with a RTCountryMapBuilder.

I found curated country centroids here: http://gothos.info/resources/ so I will build a data provider in Territorial, to import centroids and finally display circles centered for each country.

Cheers,

Hernán



2016-09-19 22:19 GMT-03:00 Alexandre Bergel <[hidden email]>:
Hi Hernán,

There is no such builder.
What we have out of the box, is a way to map metrics to countries.

If you wish to have a circle on a country, it may be the capital?
Else, I remember to have seen a web service somewhere that return the geographical position, useful in your case.

Alexandre


> On Sep 19, 2016, at 5:44 PM, Hernán Morales Durand <[hidden email]> wrote:
>
> Hi
>
> I would like to have circles on a map, just as in the city example (#exampleCity01) but applied to countries instead of cities.
>
> Do I need to create a RTCountryBuilder similar to RTCityBuilder?
> Maybe I missed an example out there?
>
> Cheers,
>
> Hernan
>
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.list.inf.unibe.ch/listinfo/moose-dev

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.



_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev



_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.list.inf.unibe.ch/listinfo/moose-dev