[mapserver-users] maintenance version 7.0.2 released

2016-09-21 Thread Jeff McKenna

The maintenance release of MapServer 7.0.2 is now available for download:

http://mapserver.org/download.html

For a list of the many changes please see the changelog: 
http://mapserver.org/development/changelog/changelog-7-0.html#changelog-7-0-2


Thank you to all of the users, developers, documenters, and packagers 
for sharing the passion for such a great project.


--
The MapServer Team





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

[mapserver-users] grids are not drawn only within the layer extent

2016-09-21 Thread Ahmet Temiz
I want grids drawn only within the layer extent. But in my case , they are
not.​
I do not understand why grids are drawn out of extent.
I am expecting grids are confined to the extent. Otherwise labels disappear.


here is the relevant part the code:

EXTENT 35  25  43 45 # grids are supposed to be drawn within this
rectangle

  TYPE LINE
  STATUS ON
  CLASS
NAME "Graticule"
COLOR 100 100 100
LABEL
COLOR  255 0 0
FONT "FreeSans"
TYPE truetype
SIZE 10
POSITION AUTO
#POSITION CC
PARTIALS FALSE
BUFFER 2
OUTLINECOLOR 255 255 255
FORCE TRUE
   END
  END
  PROJECTION
"init=epsg:4326"
  END

​
​regards​

-- 
Ahmet Temiz
Jeoloji Müh.
Afet ve Acil Durum Yönetimi Başkanlığı
Bilgi İşlem  Dairesi Başkanlığı-CBS Grubu




Ahmet Temiz
Geological Eng.
Information Systems - GIS Group
Disaster and Emergency Management
of Presidency
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] tilecache grid setup

2016-09-21 Thread Matt McClelland
Thanks Thomas
okay -- stupid me spelt it wrong (embarrassed)
so for those following the thread.
the URL structure is

http://localhost/mapcache/wmts/1.0.0/osm/default/g/2/1/3.png

thanks again


Matt  :)

Matt McClelland
mob: 0411 306 650
e-mail: m...@wildwalks.com

Wildwalks  Bushwalk Australia  Top
Playgrounds 
Maps, tracknotes, adventures Community of bushwalkers Guide to playgrounds
Facebook  | My
Books 
Facebook  | Store

Facebook  | Best Playgrounds

 
   
  Naturally Accessible 
[image: Inline image 1] 


Bushwalk AU Magazine 






On Wed, Sep 21, 2016 at 10:31 PM, thomas bonfort 
wrote:

> You've probably deactivated the wmts service in your mapcache.xml
>
> On 21 September 2016 at 14:30, Matt McClelland  wrote:
> > Thanks Thomas
> >
> > Wonderful -- thanks for that.
> >
> > So I now try
> > http://mad.tl/mapcache/wtms/1.0.0/osm@g/2/3/1.png
> > but it returns and error
> > "received wms with no service and request"
> > in mapcache source I tried changing
> > http://localhost/cgi-bin/mapserv?
> > to
> > http://localhost/cgi-bin/mapserv?service=wms;
> > but that did not help.
> >
> > http://mad.tl/mapcache?service=wms=getcapabilities
> > seems to work??
> >
> > Any suggestions?
> >
> > Matt  :)
> >
> > On Wed, Sep 21, 2016 at 9:59 PM, thomas bonfort <
> thomas.bonf...@gmail.com>
> > wrote:
> >>
> >> tms orders y from bottom to top. use wmts which is top to bottom.
> >>
> >> --
> >> thomas
> >>
> >> On 21 September 2016 at 13:58, Matt McClelland 
> wrote:
> >> > Hi
> >> >
> >> > I have mapserver and mapcache all up and running well.
> >> > The problem is that the Y value on the tiles are different from what I
> >> > was
> >> > expecting
> >> >
> >> > I am wanting to use the same xyz values as OSM tiles like this
> >> > http://c.tile.openstreetmap.org/2/3/2.png
> >> >
> >> > but on my set up I get a different tile
> >> > http://mad.tl/mapcache/tms/1.0.0/osm@g/2/3/2.png
> >> >
> >> > If I change the Y value I can find the matching tile
> >> > http://mad.tl/mapcache/tms/1.0.0/osm@g/2/3/1.png
> >> >
> >> > as I increase the zoom level the y value is out by a larger and larger
> >> > number.
> >> >
> >> > I am guessing I need to change the GRID settings, but I am stumped
> after
> >> > hours of reading and trial and error.
> >> >
> >> > Any suggests to get the map tiles naming to match OSM naming
> >> > conventions?
> >> >
> >> > Thanks
> >> >
> >> > Matt  :)
> >> >
> >> >
> >> > ___
> >> > mapserver-users mailing list
> >> > mapserver-users@lists.osgeo.org
> >> > http://lists.osgeo.org/mailman/listinfo/mapserver-users
> >
> >
>
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] tilecache grid setup

2016-09-21 Thread thomas bonfort
You've probably deactivated the wmts service in your mapcache.xml

On 21 September 2016 at 14:30, Matt McClelland  wrote:
> Thanks Thomas
>
> Wonderful -- thanks for that.
>
> So I now try
> http://mad.tl/mapcache/wtms/1.0.0/osm@g/2/3/1.png
> but it returns and error
> "received wms with no service and request"
> in mapcache source I tried changing
> http://localhost/cgi-bin/mapserv?
> to
> http://localhost/cgi-bin/mapserv?service=wms;
> but that did not help.
>
> http://mad.tl/mapcache?service=wms=getcapabilities
> seems to work??
>
> Any suggestions?
>
> Matt  :)
>
> On Wed, Sep 21, 2016 at 9:59 PM, thomas bonfort 
> wrote:
>>
>> tms orders y from bottom to top. use wmts which is top to bottom.
>>
>> --
>> thomas
>>
>> On 21 September 2016 at 13:58, Matt McClelland  wrote:
>> > Hi
>> >
>> > I have mapserver and mapcache all up and running well.
>> > The problem is that the Y value on the tiles are different from what I
>> > was
>> > expecting
>> >
>> > I am wanting to use the same xyz values as OSM tiles like this
>> > http://c.tile.openstreetmap.org/2/3/2.png
>> >
>> > but on my set up I get a different tile
>> > http://mad.tl/mapcache/tms/1.0.0/osm@g/2/3/2.png
>> >
>> > If I change the Y value I can find the matching tile
>> > http://mad.tl/mapcache/tms/1.0.0/osm@g/2/3/1.png
>> >
>> > as I increase the zoom level the y value is out by a larger and larger
>> > number.
>> >
>> > I am guessing I need to change the GRID settings, but I am stumped after
>> > hours of reading and trial and error.
>> >
>> > Any suggests to get the map tiles naming to match OSM naming
>> > conventions?
>> >
>> > Thanks
>> >
>> > Matt  :)
>> >
>> >
>> > ___
>> > mapserver-users mailing list
>> > mapserver-users@lists.osgeo.org
>> > http://lists.osgeo.org/mailman/listinfo/mapserver-users
>
>
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] tilecache grid setup

2016-09-21 Thread Matt McClelland
Thanks Thomas

Wonderful -- thanks for that.

So I now try
http://mad.tl/mapcache/wtms/1.0.0/osm@g/2/3/1.png
but it returns and error
"received wms with no service and request"
in mapcache source I tried changing
http://localhost/cgi-bin/mapserv?
to
http://localhost/cgi-bin/mapserv?service=wms;
but that did not help.

http://mad.tl/mapcache?service=wms=getcapabilities
seems to work??

Any suggestions?

Matt  :)


On Wed, Sep 21, 2016 at 9:59 PM, thomas bonfort 
wrote:

> tms orders y from bottom to top. use wmts which is top to bottom.
>
> --
> thomas
>
> On 21 September 2016 at 13:58, Matt McClelland  wrote:
> > Hi
> >
> > I have mapserver and mapcache all up and running well.
> > The problem is that the Y value on the tiles are different from what I
> was
> > expecting
> >
> > I am wanting to use the same xyz values as OSM tiles like this
> > http://c.tile.openstreetmap.org/2/3/2.png
> >
> > but on my set up I get a different tile
> > http://mad.tl/mapcache/tms/1.0.0/osm@g/2/3/2.png
> >
> > If I change the Y value I can find the matching tile
> > http://mad.tl/mapcache/tms/1.0.0/osm@g/2/3/1.png
> >
> > as I increase the zoom level the y value is out by a larger and larger
> > number.
> >
> > I am guessing I need to change the GRID settings, but I am stumped after
> > hours of reading and trial and error.
> >
> > Any suggests to get the map tiles naming to match OSM naming conventions?
> >
> > Thanks
> >
> > Matt  :)
> >
> >
> > ___
> > mapserver-users mailing list
> > mapserver-users@lists.osgeo.org
> > http://lists.osgeo.org/mailman/listinfo/mapserver-users
>
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] tilecache grid setup

2016-09-21 Thread thomas bonfort
tms orders y from bottom to top. use wmts which is top to bottom.

--
thomas

On 21 September 2016 at 13:58, Matt McClelland  wrote:
> Hi
>
> I have mapserver and mapcache all up and running well.
> The problem is that the Y value on the tiles are different from what I was
> expecting
>
> I am wanting to use the same xyz values as OSM tiles like this
> http://c.tile.openstreetmap.org/2/3/2.png
>
> but on my set up I get a different tile
> http://mad.tl/mapcache/tms/1.0.0/osm@g/2/3/2.png
>
> If I change the Y value I can find the matching tile
> http://mad.tl/mapcache/tms/1.0.0/osm@g/2/3/1.png
>
> as I increase the zoom level the y value is out by a larger and larger
> number.
>
> I am guessing I need to change the GRID settings, but I am stumped after
> hours of reading and trial and error.
>
> Any suggests to get the map tiles naming to match OSM naming conventions?
>
> Thanks
>
> Matt  :)
>
>
> ___
> mapserver-users mailing list
> mapserver-users@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapserver-users
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] tilecache grid setup

2016-09-21 Thread Matt McClelland
Hi

I have mapserver and mapcache all up and running well.
The problem is that the Y value on the tiles are different from what I was
expecting

I am wanting to use the same xyz values as OSM tiles like this
http://c.tile.openstreetmap.org/2/3/2.png

but on my set up I get a different tile
http://mad.tl/mapcache/tms/1.0.0/osm@g/2/3/2.png

If I change the Y value I can find the matching tile
http://mad.tl/mapcache/tms/1.0.0/osm@g/2/3/1.png

as I increase the zoom level the y value is out by a larger and larger
number.

I am guessing I need to change the GRID settings, but I am stumped after
hours of reading and trial and error.

Any suggests to get the map tiles naming to match OSM naming conventions?

Thanks

Matt  :)


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