XoomCode / AcidMaps

Interpolated Images Generator
GNU Lesser General Public License v3.0
33 stars 10 forks source link

Acidmaps and WGS84 #8

Closed iKilledKenny closed 12 years ago

iKilledKenny commented 12 years ago

Hi,

to get informations from a wgs84 format, I have to set the radius <0. Radius attribut seems to expect an int issue. Is ther a possibility to use acidmaps with a wgs85 format layer?

regards

maurimiranda commented 12 years ago

The radius is defined in pixels so you can use it with any datum and/or projection.

Unfortunately, as it doesn't related in any specific coordinate system you will need to play with it for a while before to find the right size of the radius that you need.

maurimiranda commented 12 years ago

By the way, the isoline example is fixed now. :)