Opened 16 years ago
Closed 16 years ago
#638 closed enhancement (fixed)
WMS support on MapGuide Maestro
Reported by: | dumas65 | Owned by: | ksgeograf |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | Maestro | Version: | |
Severity: | trivial | Keywords: | |
Cc: | chrisclaydon | External ID: |
Description
It would be nice that MapGuide maestro will support WMS services. If You need any help on testing it, don't hesitate to ask.
Regards, Danas
Attachments (1)
Change History (8)
comment:1 by , 16 years ago
Component: | General → Maestro |
---|---|
Owner: | set to |
Status: | new → assigned |
Version: | 2.0.1 |
comment:2 by , 16 years ago
There is more information on what kind of configuration is available for WMS (similar to raster config file) in the WMS provider notes, and example XML config files are available in the unit tests for the WMS provider.
These are both linked to from #565 (I think this ticket is a duplicate?).
comment:3 by , 16 years ago
Oops, or maybe not if this is talking about configuring MapGuide to serve WMS layers instead of consume them...
by , 16 years ago
Attachment: | wms_header.xml added |
---|
Working WMS header. Note: bounds need to be in 4326.
comment:5 by , 16 years ago
I'm not entirely convinced that there isn't some kind of permissions header that needs to be set to allow the layer to be served as WMS.
There's a checkbox in the Studio UI, but I have no idea what it maps to in the repository, and can't find a way in the HTML test pages to look at permissions in raw mode.
The code that generates these capabilities looks like it exists somewhere in:
comment:6 by , 16 years ago
Cc: | added |
---|
I'm pretty sure that to publish a layer as WMS, that only the resource header information needs to be set. Chris, could probably confirm.
comment:7 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This is completed in r3297: http://trac.osgeo.org/mapguide/wiki/maestro/Downloads
What do you mean by: "Note: bounds need to be in 4326."
Is the user required to always supply bounds in 4326, or is it specfic for the sample header?
If you can attach a working header file, that would make it easier.