Re: [MapServer-users] [EXTERN]Re: WG: mapcache tms it not working properly

2023-04-11 Thread STEINER Andreas
Hello, thanks for the Answer, 

 

I tried using botton-left but it’s the same behavior. 

 

Best regards

Andy

 

Von: Travis Kirstine  
Gesendet: Dienstag, 11. April 2023 20:44
An: STEINER Andreas ; mapserver-users 

Betreff: [EXTERN]Re: [MapServer-users] WG: mapcache tms it not working properly

 


Sie erhalten nicht oft eine E-Mail von traviskirst...@gmail.com 
 . Erfahren Sie, warum dies wichtig ist 
 



My guess top-left is your issue, I believe the tms standard is 
for bottom-left

 

 

 

 

 

 

 

 

 

On Tue, 11 Apr 2023 at 08:44, STEINER Andreas mailto:astei...@eurofunk.com> > wrote:

Hello everyone, 

 

I set up a mapcache layer for a customer of mine. 
The layer looks like this: 

https://user-images.githubusercontent.com/59861665/231165591-1fb8d097-70e1-487d-91c6-152291b3ae43.png
 

 

 

When requesting the layer via wmts or wms everything works fine. 
My customer requires TMS – when I request the tiles with tms the tiles are not 
at the right place.

 

Z0: At Z0 the tiles match: 

 

https://user-images.githubusercontent.com/59861665/231165657-742f7944-f2a4-444c-9a82-24c10574bdc8.png
 

 

 

At Z1 they are not at the same place: 
https://user-images.githubusercontent.com/59861665/231165693-29e2399a-04cd-4df0-b63a-1ab3f606ce92.png
 

 

And e.g. at Z6 it looks like this: 

https://user-images.githubusercontent.com/59861665/231165727-a638e7d8-8803-4c81-a2bd-7ff70ed04020.png
 

 

 

That’s the configuration for the GRID: 

  

  

GoogleMapsCompatible


urn:ogc:def:wkss:OGC:1.0:GoogleMapsCompatible

  

  -20037508.3427892480 -20037508.3427892480 20037508.3427892480 
20037508.3427892480

  EPSG:3857

  256 256

  EPSG:900913

  top-left

  156543.03392800014 78271.5169634 39135.7584829 
19567.8792402 9783.93962049996 4891.96981024998 2445.98490512499 
1222.992452562495 611.4962262813797 305.74811314055756 152.87405657041106 
76.43702828507324 38.21851414253662 19.10925707126831 9.554628535634155 
4.77731426794937 2.388657133974685 1.1943285668550503 
0.5971642835598172

  

 

 

I also tried to use a EPSG:4326 with a extend -180 -180 180 180 but it’s the 
same result. 

The url I used looks like this: http://XX /mapcache/tms/1.0.0/ 

 @WORLD/{z}/{x}/{y}.png

Maybe someone has an idea why it doesn’t work. 

 

Thanks in advance. 

 

Best regards

Andy

 

___
MapServer-users mailing list
MapServer-users@lists.osgeo.org  
https://lists.osgeo.org/mailman/listinfo/mapserver-users 


[MapServer-users] [REMINDER] OSGeo Local Chapter Meeting - April 12th, 2023

2023-04-11 Thread Bob Basques
All,

Face to face meeting at Keg & Case, in the upstairs level.

Location:

928 7th Street West

Saint Paul MN, 55102
Time:
April 12th, 2023
4:30 pm – Whenever



Bobb




My machine - - - PW19-S295-C024

___
MapServer-users mailing list
MapServer-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [MapServer-users] WG: mapcache tms it not working properly

2023-04-11 Thread Travis Kirstine
My guess top-left is your issue, I believe the tms
standard is for bottom-left









On Tue, 11 Apr 2023 at 08:44, STEINER Andreas  wrote:

> Hello everyone,
>
>
>
> I set up a mapcache layer for a customer of mine.
> The layer looks like this:
>
>
> https://user-images.githubusercontent.com/59861665/231165591-1fb8d097-70e1-487d-91c6-152291b3ae43.png
>
>
>
> When requesting the layer via wmts or wms everything works fine.
> My customer requires TMS – when I request the tiles with tms the tiles are
> not at the right place.
>
>
>
> Z0: At Z0 the tiles match:
>
>
>
>
> https://user-images.githubusercontent.com/59861665/231165657-742f7944-f2a4-444c-9a82-24c10574bdc8.png
>
>
>
> At Z1 they are not at the same place:
>
> https://user-images.githubusercontent.com/59861665/231165693-29e2399a-04cd-4df0-b63a-1ab3f606ce92.png
>
> And e.g. at Z6 it looks like this:
>
>
> https://user-images.githubusercontent.com/59861665/231165727-a638e7d8-8803-4c81-a2bd-7ff70ed04020.png
>
>
>
> That’s the configuration for the GRID:
>
>   
>
>   
>
> GoogleMapsCompatible
>
>
> urn:ogc:def:wkss:OGC:1.0:GoogleMapsCompatible
>
>   
>
>   -20037508.3427892480 -20037508.3427892480
> 20037508.3427892480 20037508.3427892480
>
>   EPSG:3857
>
>   256 256
>
>   EPSG:900913
>
>   top-left
>
>   156543.03392800014 78271.5169634 39135.7584829
> 19567.8792402 9783.93962049996 4891.96981024998 2445.98490512499
> 1222.992452562495 611.4962262813797 305.74811314055756 152.87405657041106
> 76.43702828507324 38.21851414253662 19.10925707126831 9.554628535634155
> 4.77731426794937 2.388657133974685 1.1943285668550503
> 0.5971642835598172
>
>   
>
>
>
>
>
> I also tried to use a EPSG:4326 with a extend -180 -180 180 180 but it’s
> the same result.
>
> The url I used looks like this: http://XX
> /mapcache/tms/1.0.0/@WORLD/{z}/{x}/{y}.png
>
> Maybe someone has an idea why it doesn’t work.
>
>
>
> Thanks in advance.
>
>
>
> Best regards
>
> Andy
>
>
>
> ___
> MapServer-users mailing list
> MapServer-users@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/mapserver-users
>
___
MapServer-users mailing list
MapServer-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [MapServer-users] demo.mapserver.org seems down

2023-04-11 Thread Just van den Broecke

No sweat Jeff! I know you are working hard (for so many years).
If there is anything I can help with... I have deployed MapServer 
multiple times, also with certs. I use Docker with Traefik not nginx.

Best,

Just

On 11/04/2023 14:23, Jeff McKenna wrote:
Yes my apologies Just, I've been upgrading the server.  It should be 
fixed soon.


(by the way, I've been monitoring the hits it gets, wow, quite a popular 
server!  So I definitely know how important this is to everyone.  I 
worked on it all Easter weekend)


Hope you had a nice Easter.



-jeff



On 2023-04-11 8:13 a.m., Just van den Broecke wrote:

Hi,

All links to demo.mapserver.org are stale (502 Bad Gateway). The 
http-redirect 301 to SSL works though. Maybe a proxy setting?


Best,

Just


___
MapServer-users mailing list
MapServer-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapserver-users


___
MapServer-users mailing list
MapServer-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapserver-users


[MapServer-users] WG: mapcache tms it not working properly

2023-04-11 Thread STEINER Andreas
Hello everyone, 

 

I set up a mapcache layer for a customer of mine. 
The layer looks like this: 

https://user-images.githubusercontent.com/59861665/231165591-1fb8d097-70e1-4
87d-91c6-152291b3ae43.png

 

When requesting the layer via wmts or wms everything works fine. 
My customer requires TMS - when I request the tiles with tms the tiles are
not at the right place.

 

Z0: At Z0 the tiles match: 

 

https://user-images.githubusercontent.com/59861665/231165657-742f7944-f2a4-4
44c-9a82-24c10574bdc8.png

 

At Z1 they are not at the same place: 
https://user-images.githubusercontent.com/59861665/231165693-29e2399a-04cd-4
df0-b63a-1ab3f606ce92.png

And e.g. at Z6 it looks like this: 

https://user-images.githubusercontent.com/59861665/231165727-a638e7d8-8803-4
c81-a2bd-7ff70ed04020.png

 

That's the configuration for the GRID: 

  

  

GoogleMapsCompatible

 
urn:ogc:def:wkss:OGC:1.0:GoogleMapsCompatible

  

  -20037508.3427892480 -20037508.3427892480 20037508.3427892480
20037508.3427892480

  EPSG:3857

  256 256

  EPSG:900913

  top-left

  156543.03392800014 78271.5169634 39135.7584829
19567.8792402 9783.93962049996 4891.96981024998 2445.98490512499
1222.992452562495 611.4962262813797 305.74811314055756 152.87405657041106
76.43702828507324 38.21851414253662 19.10925707126831 9.554628535634155
4.77731426794937 2.388657133974685 1.1943285668550503
0.5971642835598172

  

 

 

I also tried to use a EPSG:4326 with a extend -180 -180 180 180 but it's the
same result. 

The url I used looks like this: http://XX /mapcache/tms/1.0.0/
 @WORLD/{z}/{x}/{y}.png

Maybe someone has an idea why it doesn't work. 

 

Thanks in advance. 

 

Best regards

Andy









smime.p7s
Description: S/MIME Cryptographic Signature
___
MapServer-users mailing list
MapServer-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapserver-users


[MapServer-users] Happy birthday to MapServer

2023-04-11 Thread Jeff McKenna
Happy 23rd birthday wishes to the whole MapServer project, as the first 
available commit in the repository was made back on 2000-04-11 (see the 
commit here 
https://github.com/MapServer/MapServer/commit/abe3c7aca45618c67750c3b421824f8e853cdfc0 
) for the 3.3 release.  The project history of course goes back to 1994.


Thank-you to all of the contributors and users and promoters, over all 
of these decades.


happy mapserv-ing!

https://pasteboard.co/Mr2aIuoM7LN3.png

-jeff




--
Jeff McKenna
GatewayGeo: Developers of MS4W, MapServer Consulting and Training
co-founder of FOSS4G
http://gatewaygeo.com/












___
MapServer-users mailing list
MapServer-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [MapServer-users] demo.mapserver.org seems down

2023-04-11 Thread Jeff McKenna
Yes my apologies Just, I've been upgrading the server.  It should be 
fixed soon.


(by the way, I've been monitoring the hits it gets, wow, quite a popular 
server!  So I definitely know how important this is to everyone.  I 
worked on it all Easter weekend)


Hope you had a nice Easter.



-jeff



On 2023-04-11 8:13 a.m., Just van den Broecke wrote:

Hi,

All links to demo.mapserver.org are stale (502 Bad Gateway). The 
http-redirect 301 to SSL works though. Maybe a proxy setting?


Best,

Just


___
MapServer-users mailing list
MapServer-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapserver-users


[MapServer-users] demo.mapserver.org seems down

2023-04-11 Thread Just van den Broecke

Hi,

All links to demo.mapserver.org are stale (502 Bad Gateway). The 
http-redirect 301 to SSL works though. Maybe a proxy setting?


Best,

Just
___
MapServer-users mailing list
MapServer-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapserver-users