Skip to content

+no_rot not supported ? #6

@mraspaud

Description

@mraspaud

We have implemented the support of the omerc projection a while ago, but are now realising that the +no_rot parameter doesn't seem do be supported in fimex.
The way we implemented it is here:

if (boost::regex_search(proj4Str, what, boost::regex("\\+no_rot"))) {
attrs.push_back(CDMAttribute("no_rotation", ""));

I couldn't find any other example of proj4 parameters without a value in fimex, so I'm wondering if what we implemented is actually supported, or if we implemented wrong ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions