Opened 11 years ago
Closed 11 years ago
#2359 closed enhancement (fixed)
MgCooker: Calculate meters-per-unit without external assistance
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | Maestro-5.1 |
Component: | Maestro | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
The meters-per-unit value is a crucial setting that is required for the official method of tile generation to actually work. The problem is that this currently requires external code like this method
We have 2 ways that can calculate meters-per-unit:
- Using the new CREATERUNTIMEMAP operation in 2.6, which includes this value in the response
- Implement a small mg-desktop utility to calculate this value for us. We can do this because Maestro on windows includes the Local Connection Mode (that wraps mg-desktop) and includes the full set of CS-Map dictionary files.
Using either one of these methods, we can automatically calculate the required value for the official method of tile generation to work properly.
Note:
See TracTickets
for help on using tickets.
Fixed r8076