Re: [mapserver-users] Mapcache - merge multiple source in one tileset?

2016-06-22 Thread Travis Kirstine
day, June 22, 2016 3:05 PM To: Travis Kirstine Cc: mapserver-users@lists.osgeo.org Subject: Re: [mapserver-users] Mapcache - merge multiple source in one tileset? Hi, thanks for this idea. If I understand correctly, this would mean creating two source tilesets and then generate a third one,

Re: [mapserver-users] Mapcache - merge multiple source in one tileset?

2016-06-22 Thread Michael Schulz
Hi, thanks for this idea. If I understand correctly, this would mean creating two source tilesets and then generate a third one, where I call mapcache wms requesting these two layers. I'll give that a try. Cheers, Michael 2016-06-22 20:34 GMT+02:00 Travis Kirstine :

Re: [mapserver-users] Mapcache - merge multiple source in one tileset?

2016-06-22 Thread Travis Kirstine
This is done configuring mapcache as a WMS source and calling the layers you would like to merge. mixed foo,bar true http://localhost/mapcache/service mosaic_wms memcache

[mapserver-users] Mapcache - merge multiple source in one tileset?

2016-06-16 Thread Michael Schulz
Dear Mapcachers, the documentation of mapcache mentions the possibility to merge "multiple tiles into a single image". I wonder if this means a vertical merging (stacking) of tiles into one output tile? This would be exactly what I'm looking for, but so far I couldn't find a hint how this could

[mapserver-users] Mapcache - WMS calls

2016-05-15 Thread Robert Sanson
I have mapcache and mapserver running on a single server. Mapcache is configured to respond to WMST, TMS and WMS calls. When WMS calls are made, I don't want the calls passed through to the mapserver, but served by the existing tiles in the cache. I want the cached tiles to be assembled from

[mapserver-users] Mapcache: How I can limit the area where mapcache should generate tiles on the fly

2016-04-06 Thread milad nidal
hi, I’m using mapcache on linux to generate tiles from orthophotos (without mapserver). My question: How I can limit the area where mapcache should not generate further tiles on the fly (ex. I have generated the tiles for 0-18 levels and I’d like to generate tiles on the fly for the levels 19 and

Re: [mapserver-users] MapCache: cache some zoom levels, proxy others?

2015-10-28 Thread thomas bonfort
Paul, Are you using metatiling? That would substantially reduce the number of requests mapcache does to mapserver. You also have the ... true option, that lets mapcache launch mapserver requests in parallel instead of sequentially (YMMV, this option isn't very tested) -- thomas On 28

Re: [mapserver-users] MapCache: cache some zoom levels, proxy others?

2015-10-28 Thread Paul Madden
Hi Thomas, Thank you for reminding me about metatiling. I was initially using the MapServer v6.4 / MapCache v1.2 available with the version of Ubuntu I need to use, and disabled metatiling because of a (maybe) bug whereby, at some shallow zoom levels, some parts of my layer would fail to

Re: [mapserver-users] MapCache: cache some zoom levels, proxy others?

2015-10-28 Thread thomas bonfort
> Out of curiosity, can I assume that my other idea, about proxying some zoom > levels directly to WMS and caching others, is unrealistic? not unrealistic, but not implemented -- thomas > > paul > > > On 10/28/15 9:36 AM, thomas bonfort wrote: >> >> Paul, >> >> Are you using metatiling? That

Re: [mapserver-users] MapCache: cache some zoom levels, proxy others?

2015-10-28 Thread Paul Madden
Reading the docs more carefully, it sounds like SQLite databases may have concurrency problems even with only mapcache_seed accessing them, given a sufficiently high number of threads. I'm guessing that 8 is not "a high number", and that a few extra from MapCache itself isn't either. Does

Re: [mapserver-users] MapCache: cache some zoom levels, proxy others?

2015-10-28 Thread Paul Madden
Thomas, Enabling metatiling indeed led to a significant speedup. I can also verify that works for me (I can see the additional threads running), but it did not lead to a noticeable speedup, perhaps due to a bottleneck where my MapServer talks to a remote database. I also increased my tile

[mapserver-users] MapCache performance tips

2015-10-21 Thread Richard Hanssen
Hi We have a MapCache service running on top of a WMS service that holds a few layers with several dimensions(runtime substitution). The MapCache is also set up with dimensions that corresponds with the WMS service. We have a client that uses OpenLayers with tiled wms layers that is read from

Re: [mapserver-users] Mapcache - optimum format for orthophotos?

2015-10-14 Thread Schylberg Lars
oktober 2015 14:24 Cc: mapserver-users@lists.osgeo.org Subject: Re: [mapserver-users] Mapcache - optimum format for orthophotos? This is worth a read as well for info on how to optimize your images for mapserver. http://mapserver.org/uk/optimization/raster.html On Wed, Oct 14, 2015 at 6:56 AM

Re: [mapserver-users] Mapcache - optimum format for orthophotos?

2015-10-14 Thread thomas bonfort
nf...@gmail.com] > Sent: Tuesday, 13 October 2015 8:07 p.m. > To: Robert Sanson <robert.san...@asurequality.com> > Cc: mapserver-users@lists.osgeo.org > Subject: Re: [mapserver-users] Mapcache - optimum format for orthophotos? > > in the vast majority of the cases, you'll

Re: [mapserver-users] Mapcache - optimum format for orthophotos?

2015-10-14 Thread Travis Kirstine
bonfort [mailto:thomas.bonf...@gmail.com] > > Sent: Tuesday, 13 October 2015 8:07 p.m. > > To: Robert Sanson <robert.san...@asurequality.com> > > Cc: mapserver-users@lists.osgeo.org > > Subject: Re: [mapserver-users] Mapcache - optimum format for orthophotos? >

Re: [mapserver-users] Mapcache - optimum format for orthophotos?

2015-10-13 Thread thomas bonfort
in the vast majority of the cases, you'll want to have mapcache use metatiles, be serving PNGs from your WMS server (image/png in your mapcache ), and storing your tiles as JPG (JPG in your ). If you need to preserve transparency on your orthophoto edges, you can choose to store the tiles as

Re: [mapserver-users] Mapcache - how to deal with changes to mapcache.xml?

2015-10-13 Thread thomas bonfort
if it's a change that does not incur backwards compatibility (e.g. adding a tileset, changing the cache backend for a tileset, enabling/disabling a server, ...) you can just issue a graceful restart on the webserver. In your case (change of resolution), the path you suggested is the correct one.

Re: [mapserver-users] Mapcache - optimum format for orthophotos?

2015-10-13 Thread Robert Sanson
. To: Robert Sanson <robert.san...@asurequality.com> Cc: mapserver-users@lists.osgeo.org Subject: Re: [mapserver-users] Mapcache - optimum format for orthophotos? in the vast majority of the cases, you'll want to have mapcache use metatiles, be serving PNGs from your WMS server (image/png i

Re: [mapserver-users] Mapcache - optimum format for orthophotos?

2015-10-13 Thread Stephen Woodbridge
.. END END -Steve W Robert -Original Message- From: thomas bonfort [mailto:thomas.bonf...@gmail.com] Sent: Tuesday, 13 October 2015 8:07 p.m. To: Robert Sanson <robert.san...@asurequality.com> Cc: mapserver-users@lists.osgeo.org Subject: Re: [mapserver-users] Mapca

[mapserver-users] Mapcache - optimum format for orthophotos?

2015-10-12 Thread Robert Sanson
Hi What is the recommended format for serving and storing true colour orthophotos via Mapcache if we wish to preserve maximum detail? The source data are uncompressed GeoTiffs served as WMS by Mapserver. Many thanks, Robert Sanson ___

[mapserver-users] Mapcache - how to deal with changes to mapcache.xml?

2015-10-12 Thread Robert Sanson
What is the recommended approach to dealing with stored tiles when changes to mapcache.xml are made, such as a change in the set of resolutions in a grid? Should we disable the Web server, delete all the existing tiles then restart the server? Many thanks, Robert Sanson

Re: [mapserver-users] mapcache wms supported srs

2015-09-29 Thread thomas bonfort
> Do you know if the new use_wms_intermediate_resolution > will work on seeded caches with no source configured? it needs to go back to the source wms. > > On 28 September 2015 at 16:36, thomas bonfort > wrote: >> >> Travis, >> Mapcache itself won't do any reprojection,

Re: [mapserver-users] mapcache wms supported srs

2015-09-28 Thread thomas bonfort
Travis, Mapcache itself won't do any reprojection, you can however setup a forwarding rule so that those requests get proxied to an upstream wms server (you'd have to handcraft a capabilities doc to advertise that other projection though) Thomas. On Sep 28, 2015 17:30, "Travis Kirstine"

Re: [mapserver-users] mapcache riak caches

2015-09-28 Thread thomas bonfort
I can't share any first hand experience, but the feedback I've had was very positive. Concerning mixed formats, those are handled by Mapcache and are not dependant on the cache backend. Thomas On Sep 28, 2015 17:35, "Travis Kirstine" wrote: > Has anyone had experience

[mapserver-users] mapcache riak caches

2015-09-28 Thread Travis Kirstine
Has anyone had experience with riak caches that they could share? Does is support mixed caches How does it perform under load, can it handle concurrent writes Thanks ___ mapserver-users mailing list mapserver-users@lists.osgeo.org

[mapserver-users] mapcache wms supported srs

2015-09-28 Thread Travis Kirstine
Is it possible to support wms srs for layers that do not have a matching srs grid configured. For example can I support GetMap requests for SRS=EPSG:26917 when I only have a "Google Map Compatible" grid configured (3857) ___ mapserver-users mailing list

[mapserver-users] mapcache - white edges around tiles?

2015-09-24 Thread Mark Volz
Hello, I noticed that I have white edges around the edges of my tiles. This issue occurs in the mapcache demo that is packaged with MS4W. If anyone has any ideas as to how I can remove the white lines around the tile edges let me know. Thank You! Sincerely, Mark Volz

Re: [mapserver-users] mapcache - white edges around tiles?

2015-09-24 Thread TC Haddad
Try hitting Ctrl-0 on your keyboard to reset you browser magnification level. The white lines are most likely due to your browser being at something other than 100% magnification... On Thursday, September 24, 2015, Mark Volz wrote: > Hello, > > > > I noticed that I

[mapserver-users] Mapcache Minimal Usage

2015-09-18 Thread Marco Afonso
Hi all, I would like to start using mapcache but I found the documentation a little confusing. Sorry for the noob question. Currently, I have a mapserver that answers to HTTP requests for WMS, like: http://host/cgi-bin/mapserv.exe?map=bla=WMS bla bla... I have created a mapcache file with: 1.

Re: [mapserver-users] Mapcache Minimal Usage

2015-09-18 Thread Lime, Steve D (MNIT)
.dnr.state.mn.us/lakefinder/map.html Steve From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Marco Afonso Sent: Friday, September 18, 2015 5:23 AM To: mapserver <mapserver-users@lists.osgeo.org> Subject: [mapserver-users] Mapcache M

[mapserver-users] MapCache: KVP vs Rest

2015-08-31 Thread Ziegler Stefan
Hi Perhaps rather a general question: is there any difference in the performance between requesting tiles with KVP an Rest? Or does one have some advantages? Best regards Stefan Freundliche Grüsse Stefan Ziegler Kantonsgeometer Amt für Geoinformation Amtliche Vermessung Rötistrasse 4

[mapserver-users] MapCache 1.4 Released

2015-07-28 Thread thomas bonfort
The MapServer PSC is pleased to announce the release of MapCache version 1.4.0. You can read about the major new features here: http://mapserver.org/development/announce/mapcache-1-4.html and download links here: http://mapserver.org/download.html Best Regards, The MapServer PSC

Re: [mapserver-users] mapcache wms assembly

2015-07-20 Thread thomas bonfort
No. On 20 July 2015 at 18:13, Travis Kirstine tkirst...@firstbasesolutions.com wrote: Does mapcache manage the number of internal concurrent request when assembling layers to ensure MaxClients is not exceeded? -- [image: FBS Logo] *Travis Kirstine*, Web Development Supervisor *t

[mapserver-users] mapcache wms assembly

2015-07-20 Thread Travis Kirstine
Does mapcache manage the number of internal concurrent request when assembling layers to ensure MaxClients is not exceeded? -- [image: FBS Logo] *Travis Kirstine*, Web Development Supervisor *t *905‑477‑3600* x *301 | *m *905‑534‑4798 | tkirst...@firstbasesolution.com *First Base Solutions

Re: [mapserver-users] MapCache WMS request zoom level

2015-07-15 Thread Rahkonen Jukka (MML)
Hi, Sorry, but I do not understand what you mean with zoom level and WMS. WMS is not limited to fixed zoom levels. GetMap request has geometric extent (BBOX) and size of the output image (width and height) as paremeters and those together gives all possible scales. But perhaps you can clarify

[mapserver-users] MapCache WMS request zoom level

2015-07-15 Thread Dash
Aloha folks, we have created a tileset using mapcache. Now we are trying to access an image using wms, however, the zoom level is all wrong. Is there a way to specify zoom level as a parameters in the wms request? thanks. -- View this message in context:

Re: [mapserver-users] MapCache Time Dimensions Problem

2015-06-09 Thread Stephan Meißl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Mike, did you try running the query directly in sqlite substituting :tileset, :start_timestamp, and :end_timestamp with actual values? What schema does your sqlite database have? Is the path to the dbfile absolute and readable? I could send you a

[mapserver-users] MapCache Time Dimensions Problem

2015-06-06 Thread Michael Smith
I've created a timedimension tileset in MapCache and created the backend sqlite db that has the available times. The mapserver backend handles the WMS TIME requests without a problem. And when I query mapcache without a TIME=, I get my the default output. However, if I specify a TIME= parameter

Re: [mapserver-users] mapcache config troubles, Tile parameter not set

2015-04-29 Thread thomas bonfort
[h...@mobilegeographics.com] Gesendet: Mittwoch, 29. April 2015 05:47 An: mapserver-users@lists.osgeo.org Betreff: [mapserver-users] mapcache config troubles, Tile parameter not set That request generates the following internal request, from Mapcache to Mapserver. It’s pretty close

Re: [mapserver-users] mapcache config troubles, Tile parameter not set

2015-04-29 Thread Eichner, Andreas - SID
: Mittwoch, 29. April 2015 05:47 An: mapserver-users@lists.osgeo.org Betreff: [mapserver-users] mapcache config troubles, Tile parameter not set That request generates the following internal request, from Mapcache to Mapserver. It’s pretty close; the layers are right, but not the SERVICE, BBOX, WIDTH

Re: [mapserver-users] mapcache config troubles, Tile parameter not set

2015-04-29 Thread Hal Mueller
, 29. April 2015 05:47 An: mapserver-users@lists.osgeo.org Betreff: [mapserver-users] mapcache config troubles, Tile parameter not set That request generates the following internal request, from Mapcache to Mapserver. It’s pretty close; the layers are right, but not the SERVICE, BBOX, WIDTH

[mapserver-users] mapcache config troubles, Tile parameter not set

2015-04-28 Thread Hal Mueller
I have MapServer set up, rendering PostGIS into tiles for a Leaflet.js project. I want to cache a couple of the layers. I think I have something misconfigured in mapcache.xml. Mapcache is passing MapServer a BBOX instead of a tile reference. Here’s the raw MapServer request, generated by

[mapserver-users] Mapcache error: tile y=2 not in [0,2[

2015-02-21 Thread mapserver
I am building a public mapservice for the city of Harare, where the background map is served through tilecache (mapserver 6.4.1/tilecache 1.2.1). http://197.211.215.14/water/weekly_supply is almost functional (maybe you have to zoom in/out at first) What is bothering me are the two pink tiles

[mapserver-users] MapCache Demo Service...

2015-02-20 Thread Lime, Steve D (MNIT)
Is there any way to tweak what shows up in the demo service (e.g. /mapcache/demo)? Specifically: * Remove/hide layers from the interface * Set a default extent - I only have data for MN so it would be nice to start there * Set the default layer Steve StEVE LIME |

Re: [mapserver-users] mapcache compile issue on cygwin posted on stackoverflow

2015-01-07 Thread Gery
Hi Stephen and Andy, thanks for your inputs on this subject, I put a detailed answer in my post here, please take a look there for further discussion. -- View this message in context:

Re: [mapserver-users] mapcache compile issue on cygwin posted on stackoverflow

2015-01-06 Thread Andy Colson
On 1/5/2015 5:36 PM, Stephen Woodbridge wrote: I saw this issue come up on stackoverflow: http://stackoverflow.com/questions/27755442/compiling-error-core-c-in-mapcache-with-cygwin/27760401 Anyone have any other ideas? -Steve W ___ mapserver-users

[mapserver-users] mapcache compile issue on cygwin posted on stackoverflow

2015-01-05 Thread Stephen Woodbridge
I saw this issue come up on stackoverflow: http://stackoverflow.com/questions/27755442/compiling-error-core-c-in-mapcache-with-cygwin/27760401 Anyone have any other ideas? -Steve W ___ mapserver-users mailing list mapserver-users@lists.osgeo.org

Re: [mapserver-users] MapCache: substitution in GetMap

2014-12-11 Thread Vladimir
Thomas. Thank you very much. Sorry for the late response.  There is question about type. Performs intervals the validation or regex should be used? Best regards. Fri, 28 Nov 2014 14:07:10 +0100 от thomas bonfort thomas.bonf...@gmail.com: You need to add ZOOM as a dimension at the tileset level.

[mapserver-users] MapCache and S3 cache

2014-12-05 Thread Guillaume Sueur
Hi, Have you ever experienced the SignatureDoesNotMatch error when using MapCache with a S3 storage backend ? I have checked my credentials many times, picked new ones, changed their level of privileges, no matter what I can do, I still have 403 errors with SignatureDoesNotMatch error. I thought

[mapserver-users] MapCache: substitution in GetMap

2014-11-28 Thread Vladimir
Hi All! I have getMap request to MapCache from OL3 with additional dynamic ZOOM parameter.

Re: [mapserver-users] MapCache: substitution in GetMap

2014-11-28 Thread thomas bonfort
You need to add ZOOM as a dimension at the tileset level. It will be validated in incoming requests and propagated to the WMS server. -- thomas On 28 November 2014 at 13:31, Vladimir f...@inbox.ru wrote: Hi All! I have getMap request to MapCache from OL3 with additional dynamic ZOOM

Re: [mapserver-users] mapcache WMTS - TMS one tile offset

2014-10-17 Thread mapserver
Thomas, thank you very much for explaining how to step forward to solve this problem. With qGIS I am able to retrieve the WMTS tiles, so my next try for the web fronted will be OL 3.0, which might have improved on that problem. Best regards - Markus Spring Am 14.10.2014 um 12:13 schrieb

Re: [mapserver-users] mapcache WMTS - TMS one tile offset

2014-10-14 Thread thomas bonfort
Markus, TMS expects tiles starting at the bottom left whereas WMTS expects them starting top left. Mapcache by default uses bottom-left ordered grids, and creates a WMTS capabilities document that accounts for that in the sense that the TopLeftCorner of each TileMatrix is adjusted and may vary if

Re: [mapserver-users] Mapcache Question

2014-10-10 Thread Vladimir
Hello ALL! I dig into MapCache now and my modest comprehension is: 1) MapCache uses Mapserv for seeding tiles or more exactly - sends WMS request to Mapserv for getting a map: source/source section in a mapcache.xml file 2) Ol uses MapCache for rendering that tiles or more exactly - sends

Re: [mapserver-users] Mapcache Question

2014-10-10 Thread Stephen Woodbridge
On 10/10/2014 3:23 AM, Vladimir wrote: Hello ALL! I dig into MapCache now and my modest comprehension is: 1) MapCache uses Mapserv for seeding tiles or more exactly - sends WMS request to Mapserv for getting a map: source/source section in a mapcache.xml file 2) Ol uses MapCache for

[mapserver-users] Mapcache Question

2014-10-01 Thread Tim Nasman
I have read through the Mapcache documentation but I feel like I am missing some basic elements to how it works. I am using Mapcache to display a mbtile that I have created. Now from what I understand, my mapcache .xml will list out the parameters of the mbtile and then I add a layer within my

Re: [mapserver-users] Mapcache Question

2014-10-01 Thread Travis Kirstine
Tim, MapCache Is simply a tiling server. It will take images from a source and store them in a cache. These tiles are exposed as services to clients - WMTS, WMS, TMS etc... MapServer on the other hand will read source data (GIS files / database) and render images based on rules defined in the

Re: [mapserver-users] mapcache issue2

2014-07-07 Thread thomas bonfort
You're getting this message because the upstream WMS server isn't returning an image given the getmap request that mapcache is sending to it. The error message should contain a bit more info, or you can manually replay the request mapcache has sent by looking into your mapserver's access logs and

[mapserver-users] mapcache issue2

2014-07-06 Thread Андрей Андреевич
Hello. I'm trying to setup mapserver with mapcache to getting local set of tiles(i'm use simple set of png files - map file doesn't required, right?) available from here C:/test/wgs84 (On my PC), but didn't get success. I've read hundred pages of manuals, tutorials, forums etc, but didn't

Re: [mapserver-users] Mapcache on Windows with IIS - any binaries available?

2014-06-30 Thread Størner . Henrik Juul HSO
Hi Michal, Michael Kleih wrote: No, I am running both Mapserver and Mapcache with IIS. I assume you compiled it yourself? I am working on that, since I got my hands on a Visual C compiler. If you have any tips on how to do it, I would like to hear about it. Right now I have the dependencies

Re: [mapserver-users] Mapcache on Windows with IIS - any binaries available?

2014-06-27 Thread Størner . Henrik Juul HSO
Hi, Mark Volz wrote: Someone can correct me if I am wrong, but It is my understanding that mapcache will only work with apache. My understanding is that mapcache can run either as an Apache module, or as a (Fast)CGI application - see

Re: [mapserver-users] Mapcache on Windows with IIS - any binaries available?

2014-06-27 Thread Michael Kleih
Hello Mark, No, I am running both Mapserver and Mapcache with IIS. Michael On 27.06.2014 09:57, Størner.Henrik Juul HSO wrote: Hi, Mark Volz wrote: Someone can correct me if I am wrong, but It is my understanding that mapcache will only work with apache. My understanding is that mapcache

[mapserver-users] Mapcache on Windows with IIS - any binaries available?

2014-06-26 Thread Størner . Henrik Juul HSO
Hi, I am trying to setup a mapserver+mapcache installation on Windows 2012, using IIS as the webserver. (The powers that be insist on trying it on Windows before doing it on Linux...) I've found the mapserver binaries on http://www.gisinternals.com/sdk/, and have mapserver working in FastCGI

Re: [mapserver-users] Mapcache on Windows with IIS - any binaries available?

2014-06-26 Thread EVANS, JAMES R GS-13 USAF ACC 84 RADES/SCZE
AM To: mapserver-users@lists.osgeo.org Subject: [mapserver-users] Mapcache on Windows with IIS - any binaries available? Hi, I am trying to setup a mapserver+mapcache installation on Windows 2012, using IIS as the webserver. (The powers that be insist on trying it on Windows before doing

Re: [mapserver-users] Mapcache on Windows with IIS - any binaries available?

2014-06-26 Thread Do Wi
:* Thursday, June 26, 2014 5:03 AM *To:* mapserver-users@lists.osgeo.org *Subject:* [mapserver-users] Mapcache on Windows with IIS - any binaries available? Hi, I am trying to setup a mapserver+mapcache installation on Windows 2012, using IIS as the webserver. (The powers that be insist

[mapserver-users] Mapcache on Windows with IIS - any binaries available?

2014-06-26 Thread Mark Volz
Henrik, Someone can correct me if I am wrong, but It is my understanding that mapcache will only work with apache. It is possible to run IIS and MS4W (apache) on the same machine. I have IIS is set up to listen to one IP address, and MS4W is set up to listen to another ip address. That

[mapserver-users] MapCache inverted Y values

2014-06-25 Thread Travis Kirstine
I just configured mapcache using a grid using 512 512 size. Everything seems OK however when I view the resultant tilesets in the demo map viewer they have a inverted Y value, the latitudes are negative values when they should be positive. Do I need to create a custom cache to handle tile sizes

[mapserver-users] MapCache - tiles stored with no transparency

2014-06-02 Thread Dejan Gambin
Hi, I just started playing with MapCache so this could be a pretty newbie question... I have a layer with transparency set, but my tiles, as I can see in filesystem, are stored with no transparency. When using mapcache wms demo, I get correct/transparent images but only after first getting

Re: [mapserver-users] MapCache - tiles stored with no transparency

2014-06-02 Thread Eichner, Andreas - SID
...@lists.osgeo.org [mailto:mapserver-users- boun...@lists.osgeo.org] Im Auftrag von Dejan Gambin Gesendet: Montag, 2. Juni 2014 10:29 An: mapserver-users@lists.osgeo.org Betreff: [mapserver-users] MapCache - tiles stored with no transparency Hi, I just started playing with MapCache so

Re: [mapserver-users] MapCache - tiles stored with no transparency

2014-06-02 Thread Dejan Gambin
-users] MapCache - tiles stored with no transparency Hi, I just started playing with MapCache so this could be a pretty newbie question... I have a layer with transparency set, but my tiles, as I can see in filesystem, are stored with no transparency. When using mapcache wms demo, I get

[mapserver-users] Mapcache with wrong request

2014-05-28 Thread TDS
Hello, MapCache run fine for weeks. Today I added EPSG 31466-69. I get some strange errors like this: curl failed to request url

Re: [mapserver-users] MapCache DB Backend

2014-05-19 Thread Eichner, Andreas - SID
: Mittwoch, 14. Mai 2014 13:59 An: List (MapServer Users) Betreff: [mapserver-users] MapCache DB Backend Hello, is it possible that someone can implement LevelDB or similar into MapCache? http://highscalability.com/blog/2012/11/29/performance-data-for-leveldb-berkley-db-and-bangdb-for-rando.html

[mapserver-users] MapCache DB Backend

2014-05-14 Thread TDS
Hello, is it possible that someone can implement LevelDB or similar into MapCache? http://highscalability.com/blog/2012/11/29/performance-data-for-leveldb-berkley-db-and-bangdb-for-rando.html -- MfG M. Martin

[mapserver-users] MapCache and GetLegendGraphic

2014-05-08 Thread Steve . Toutant
I successfully added a forwarding rule so mapcache can send a getLegendGraphics request forwarding_rule name=getLegendGraphics param name=REQUEST type=valuesGetLegendGraphic/param param name=SERVICE type=valuesWMS/param http

Re: [mapserver-users] MapCache and GetLegendGraphic

2014-05-08 Thread Jeff McKenna
On 2014-05-08, 11:14 AM, steve.tout...@inspq.qc.ca wrote: It is working for zoom level 9 - 19If I zoom out at level 8 to 0, the getLegendGraphics request returns this ?xml version='1.0' encoding=ISO-8859-1 standalone=no ? !DOCTYPE ServiceExceptionReport SYSTEM

Re: [mapserver-users] MapCache and GetLegendGraphic

2014-05-08 Thread Steve . Toutant
-users-boun...@lists.osgeo.org 2014-05-08 10:34 A mapserver-users@lists.osgeo.org cc Objet Re: [mapserver-users] MapCache and GetLegendGraphic On 2014-05-08, 11:14 AM, steve.tout...@inspq.qc.ca wrote: It is working for zoom level 9 - 19If I zoom out at level 8 to 0

Re: [mapserver-users] MapCache and GetLegendGraphic

2014-05-07 Thread thomas bonfort
LegendGraphic is not supported. You can however setup a forwarding rule so that those requests get sent to an upstream WMS server. -- thomas On 6 May 2014 22:04, steve.tout...@inspq.qc.ca wrote: Is it possible to make a getLegendGraphic Request via MapCache? I Tried but can't make it work

[mapserver-users] MapCache and GetLegendGraphic

2014-05-06 Thread Steve . Toutant
Is it possible to make a getLegendGraphic Request via MapCache? I Tried but can't make it work Thanks Steve ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] mapcache check cache before testing source data?

2014-04-25 Thread jrumbolt
I think I have it fixed now. My bad. The mapcache_seed was being called with an incorrect extent so the tiles were really not there hence it was going to the source data. Cheers, Jerry -- View this message in context:

Re: [mapserver-users] mapcache check cache before testing source data?

2014-04-24 Thread thomas bonfort
Jerry, I'm not sure I follow your issue. Mapcache itself won't hit your source data, it will only be accessed through by the configured wms server if a tile was not found in the local cache. The seeder will only hit the wms if a given tile was not present in the cache (or if you have passed

Re: [mapserver-users] mapcache check cache before testing source data?

2014-04-24 Thread jrumbolt
Thomas, Hmmm... that means the for some reason mapcache is not using my cache. As a test if, if I seed the cache and then point the map to some nonexisting data then as long as the requests are of an area that I seeded then it should still work, correct? Regards, Jerry -- View this message

Re: [mapserver-users] mapcache check cache before testing source data?

2014-04-24 Thread thomas bonfort
Jerry, mapcache has no knowledge of where there's data or not. If it has the requested tile in its cache it will serve it, otherwise it will ask the wms to render it, then cache it, then serve it. Wether the wms hit actual data or not is not mapcache's problem. -- thomas On 24 April 2014 21:58,

Re: [mapserver-users] mapcache check cache before testing source data?

2014-04-24 Thread jrumbolt
Thomas, If my mapcache.xml file is as below... then it does contain a reference to the data. I'd like that if a tile is in the cache then use it otherwise generate from the source. Is there something that I should be doing differently? Cheers, Jerry source

[mapserver-users] mapcache check cache before testing source data?

2014-04-23 Thread jrumbolt
Hi, I have my source datasets on Amazon S3 and mounted with s3fs. There is a fair amount of latency in any check/read in the mounted s3 bucket to I use the mapcache_seed to fill a cache on the local system in a one time operation. I'm finding that mapcache seems to want to check the source data

[mapserver-users] mapcache groups

2014-04-09 Thread Travis Kirstine
Is there a way to configure tilesets into a group (like mapserver) in a WMS service? ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] mapcache groups

2014-04-09 Thread EVANS, JAMES R GS-13 USAF ACC 84 RADES/SCZE
[mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Travis Kirstine Sent: Wednesday, April 09, 2014 7:59 AM To: mapserver-users@lists.osgeo.org Subject: [mapserver-users] mapcache groups Is there a way to configure tilesets into a group (like mapserver) in a WMS service

Re: [mapserver-users] mapcache groups

2014-04-09 Thread Travis Kirstine
would like more details on the setup. James *From:* mapserver-users-boun...@lists.osgeo.org [mailto: mapserver-users-boun...@lists.osgeo.org] *On Behalf Of *Travis Kirstine *Sent:* Wednesday, April 09, 2014 7:59 AM *To:* mapserver-users@lists.osgeo.org *Subject:* [mapserver-users

[mapserver-users] mapcache wmts offset

2014-04-04 Thread Ziegler Stefan
Hi I have an offset with a mapcache WMTS for EPSG:21781 at certain zoom levels. It seems that I have exactly the same probleme as described here (using the same parameters/configuration): http://lists.osgeo.org/pipermail/mapserver-dev/2011-September/011586.html Using Openlayers 2.10 [1] did

Re: [mapserver-users] mapcache wmts offset

2014-04-04 Thread thomas bonfort
Hi, mapcache by default aligns its tiles starting from the lower-left corner whereas WMTS expects them to start from the upper-left. While the generated capabilities doc correctly identifies this behavior, most WMTS clients will not support this if they don't do the capabilities parsing

Re: [mapserver-users] mapcache wmts offset

2014-04-04 Thread Ziegler Stefan
Hi Thomas Thanks! Second workaround works perfect. Regards Stefan -Ursprüngliche Nachricht- Von: thomas bonfort [mailto:thomas.bonf...@gmail.com] Gesendet: Freitag, 4. April 2014 09:36 An: Ziegler Stefan Cc: mapserver-users@lists.osgeo.org Betreff: Re: [mapserver-users] mapcache

[mapserver-users] mapcache support for virtual service endpoints

2014-03-06 Thread jrumbolt
Hi All, Mapserver allows for a wms endpoint to based on the supplied mapfile. http://localhost/cgi-bin/mapserv?map=map1.map is a different service than http://localhost/cgi-bin/mapserv?map=map2.map. Get capabilites on the first example will show only the layers in the first map file and the get

[mapserver-users] Mapcache in OSGeo4W

2014-03-06 Thread samuelm...@gmail.com
Hi,Do you know any way to install Mapcache in OSGeo4W.? I appreciate if you can share a guide for the compilation, or can share me the compiled module of apache for OSGeo4W. regards, Samuel Mesa. ___ mapserver-users mailing list

Re: [mapserver-users] mapcache - serving air photos to ArcMap

2014-02-24 Thread Mark Volz
-users@lists.osgeo.org Subject: Re: [mapserver-users] mapcache - serving air photos to ArcMap and AutoCAD Message-ID: CAHBySPYMy6vvuS9stB=wrbzvYrkk7KX4vU=T80kN2RpgFnGzzA@m ail.gmail.com Content-Type: text/plain; charset=iso-8859-1 You may have this already, but I know

Re: [mapserver-users] mapcache - serving air photos to ArcMap

2014-02-24 Thread Travis Kirstine
Subject: Re: [mapserver-users] mapcache - serving air photos to ArcMap and AutoCAD Message-ID: CAHBySPYMy6vvuS9stB=wrbzvYrkk7KX4vU=T80kN2RpgFnGzzA@m ail.gmail.com Content-Type: text/plain; charset=iso-8859-1 You may have this already, but I know that to get ArcMap to read

Re: [mapserver-users] mapcache for RHEL 6.x

2014-02-24 Thread Travis Kirstine
We use the elgis repo and then build mapcache. On 21 February 2014 16:12, Stephen Woodbridge wood...@swoodbridge.comwrote: Does anyone know if there is a package repository for RHEL 6.x the has mapcache in it? The mapserver download page points to:

[mapserver-users] mapcache - serving air photos to ArcMap and AutoCAD

2014-02-21 Thread Mark Volz
Hello, In the past I have used MapServer to serve wms to several different applications. It worked fine. Now I am trying to use MapCache to serve to WMS clients. It is not working for all of my clients. Openlayers and QGIS Work. ArcMap - Error: WMS Server exceptions: Service Error.

[mapserver-users] mapcache for RHEL 6.x

2014-02-21 Thread Stephen Woodbridge
Does anyone know if there is a package repository for RHEL 6.x the has mapcache in it? The mapserver download page points to: http://wiki.osgeo.org/wiki/Enterprise_Linux_GIS But mapcache is not listed? And it does not look like any packages have been uploaded for nearly a year. Is there a

Re: [mapserver-users] mapcache for RHEL 6.x

2014-02-21 Thread Stephan Meißl
On 02/21/2014 10:12 PM, Stephen Woodbridge wrote: Does anyone know if there is a package repository for RHEL 6.x the has mapcache in it? The mapserver download page points to: http://wiki.osgeo.org/wiki/Enterprise_Linux_GIS But mapcache is not listed? And it does not look like any

Re: [mapserver-users] mapcache - serving air photos to ArcMap and AutoCAD

2014-02-21 Thread Richard Greenwood
You may have this already, but I know that to get ArcMap to read MapServer WMS you must have a title and srs definition in the map file's layer metadata. For example: METADATA # stuff for WMS to make ArcMap happy wms_title Layer Name # REQUIRED wms_srs EPSG:3739 # REQUIRED END

[mapserver-users] mapcache and excessive NFS traffic

2014-02-20 Thread Travis Kirstine
We are running mapcache in a cluster with each tile/ webserver mounted to a shared cache. Periodically (~once a month) the NFS mount will lock and the load average on the web servers will skyrocket. Has anyone encountered something similar? ___

<    1   2   3   4   5   6   >