Opened 3 years ago
Last modified 3 years ago
#2590 closed enhancement
petacsope - support WCPS shorthand version for crsTransform() — at Initial Version
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 10.1 |
Component: | petascope | Version: | development |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
normally:
crsTransform($c, { E:"http://localhost:8080/def/crs/EPSG/0/4326", N:"http://localhost:8080/def/crs/EPSG/0/4326"}, {near})
shorthand:
crsTransform(c, "EPSG:4326", { near })
Note:
See TracTickets
for help on using tickets.