Skip to content

I need register more epsg code and string? #38

@pampa0629

Description

@pampa0629

In the source of "Convert.go", the default epsg codes just have three, including EPSG3395, EPSG3857 and EPSG4087. I need use more. so I add Register function, the source code like :

func Register(dest EPSGCode, projString string) {
cacheLock.Lock()
projStrings[dest] = projString
cacheLock.Unlock()
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions