go-spatial / proj

Go's version of the PROJ.4 projection library
Other
88 stars 21 forks source link

Set ESPGCode type on coordinate system codes #42

Open davidjb opened 8 months ago

davidjb commented 8 months ago

This sets the type on each of the coordinate system codes to align with the type set on EPSG3395 and WorldMercator (by extension). Without a type definition, these consts are ints, being based off their value.