Hi, I have made a pull requests for this: https://github.com/geoserver/geoserver/pull/1645
Regards, Le jeudi 16 juin 2016 à 18:56 +0100, Nuno Oliveira a écrit : > Hi, > > The idea of this work is to allow WMTS requests per workspaces (virtual > services), something like this: > > curl " > http://localhost:8080/geoserver/topp/gwc/service/wmts?SERVICE=WMTS&REQUEST=GetTile&VERSION=1.0.0&LAYER=states&STYLE=pophatch&FORMAT > > =image/png&TILEMATRIXSET=EPSG:900913&TILEMATRIX=EPSG:900913:3&TILEROW=3&TILECOL=1" > -o /tmp/tile.png -D - > > curl ' > http://localhost:8080/geoserver/topp/gwc/service/wmts?REQUEST=GetCapabilities' > -o /tmp/wmts-capabilities.xml > > This two request will be executed in the context of 'topp' workspace, which > means that we don't need to prefix layer names with the > workspace prefix and only layers that belong to 'topp' workspace will be > considered. The GetCapabilities operation result will only > advertise layers that belong to 'topp' workspace and layers names will not be > prefixed by the workspace name. The advertised operations > URLs will keep the workspace context. > > Since GWC doesn't have the concept of workspaces (a tile layer name is just a > name) and adding that concept will require some work a > simple > approach is to let GeoServer handle the local workspace parameter. > > The idea is that GeoServer ConfigCatalog will be aware of the local workspace > and will only list\show layers that belong to the local > workspace and before sending the request to GWC dispatcher we rewrite the > request in the way GWC is expecting it (layer names prefixed > with > the workspace name and no workspace in the path). This will be completely > transparent to GWC. > > The only change that needs to be done in GWC is to allow a TileLayer to > return an advertised name (by default this method will return the > layer name). This will allow GeoServerTileLayer to override the > getAdvertisedName() method and return the non prefixed layer name if a > local > workspace is present. The WMTS get capabilities operation will invoke > getAdvertiseName() method to obtain the name that should be used to > advertise the layer. > > Any opinions on this ? > > Regards, > > Nuno Oliveira > -- == GeoServer Professional Services from the experts! Visit http://goo.gl/it488V for more information. == Nuno Miguel Carvalho Oliveira @nmcoliveira Software Engineer GeoSolutions S.A.S. Via di Montramito 3/A 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 333 8128928 http://www.geo-solutions.it http://twitter.com/geosolutions_it ------------------------------------------------------- AVVERTENZE AI SENSI DEL D.Lgs. 196/2003 Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e -mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003. The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc. ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports. http://sdm.link/zohomanageengine _______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
