Hello, the projections feature is still not quite polished in some cases,
which is why it hasn't been announced yet. We currently support 4
projections: 'mercator',
'albers'<http://en.wikipedia.org/wiki/Albers_projection>,
'lambert' <http://en.wikipedia.org/wiki/Lambert_conformal_conic_projection>,
and 'kavrayskiy-vii'<http://en.wikipedia.org/wiki/Kavrayskiy_VII_projection>.
The 'albers' and 'lambert' projections also support options to specify
parallels and the origin. You can do this by specifying the projection as
an object, like so:
projection: {
      name: 'lambert',
      parallels: [23, 56],
      origin: {
        lat: 45,
        lng: 0
      }
    }

- Sergey


On Wed, Oct 16, 2013 at 7:22 AM, Alvaro Fernández Seco <
[email protected]> wrote:

> Hello,
>
> I am trying to change the default projection (Mercator) GeoCharts uses for
> any other which respects area sizes, like 
> Gall-Peters<http://en.wikipedia.org/wiki/Gall%E2%80%93Peters_projection>
> .
>
> After a few attempts, I found that only 2 works:
> projection: 'albers',
> //projection: 'mercator',
>
> Do anyone knows any other available projection? (Docs doesn't say anything
> about them).
>
> PS. I found this old post
> <https://groups.google.com/forum/#!searchin/google-visualization-api/geochart$20projection/google-visualization-api/QvtLZgXu2R0/ICs9JyN3fdcJ>about
> the same topic. Anything new about this?
>
> Regards.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Visualization API" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to
> [email protected].
> Visit this group at
> http://groups.google.com/group/google-visualization-api.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to