Re: [mapserver-users] Can't find mapserv.exe

2014-10-14 Thread Antti J. Lind

Hi,

I think that the filename on linux-os is just mapserv

try "which mapserv"

--
AJL

Bill Hudspeth kirjoitti 2014-10-14 22:31:

Hello,

I installed mapserver 6.4.1 in Ubuntu 14.0.1 using synaptic package
manager. I know it is installed on my system. When I run

mapserv -v, I get:

MapServer version 6.4.1 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG OUTPUT=KML
SUPPORTS=PROJ SUPPORTS=GD SUPPORTS=AGG SUPPORTS=FREETYPE
SUPPORTS=CAIRO SUPPORTS=SVG_SYMBOLS SUPPORTS=RSVG SUPPORTS=ICONV
SUPPORTS=FRIBIDI SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT
SUPPORTS=WFS_SERVER SUPPORTS=WFS_CLIENT SUPPORTS=WCS_SERVER
SUPPORTS=SOS_SERVER SUPPORTS=FASTCGI SUPPORTS=THREADS SUPPORTS=GEOS
INPUT=JPEG INPUT=POSTGIS INPUT=OGR INPUT=GDAL INPUT=SHAPEFILE

When I search for the file (mapserv.exe) with locate or find, it is
not found. I want to place a copy in my cgi-bin, as follows:

/var/www/website/public_html/cgi-bin 

What am I missing?

Thanks! Vick
___
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] Can't find mapserv.exe

2014-10-14 Thread forums
which mapserv

Will tell you where it is in your path.

On Tue, Oct 14, 2014 at 2:49 PM, Worth Lutz  wrote:

>  ubuntu is linux ... no ".exe"
>
> mapserv should already be in /usr/lib/cgi-bin/
> and /usr/bin/
>
> No need to move it.
>
> try
>
> locate mapserv
>
> to find it.
>
>
> *Worth Lutz*
> --
>
>  On 10/14/2014 03:31 PM, Bill Hudspeth wrote:
>
> Hello,
>
> I installed mapserver 6.4.1 in Ubuntu 14.0.1 using synaptic package manager. 
> I know it is installed on my system. When I run
>
> mapserv -v, I get:
>
> MapServer version 6.4.1 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG OUTPUT=KML 
> SUPPORTS=PROJ SUPPORTS=GD SUPPORTS=AGG SUPPORTS=FREETYPE SUPPORTS=CAIRO 
> SUPPORTS=SVG_SYMBOLS SUPPORTS=RSVG SUPPORTS=ICONV SUPPORTS=FRIBIDI 
> SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT SUPPORTS=WFS_SERVER 
> SUPPORTS=WFS_CLIENT SUPPORTS=WCS_SERVER SUPPORTS=SOS_SERVER SUPPORTS=FASTCGI 
> SUPPORTS=THREADS SUPPORTS=GEOS INPUT=JPEG INPUT=POSTGIS INPUT=OGR INPUT=GDAL 
> INPUT=SHAPEFILE
>
> When I search for the file (mapserv.exe) with locate or find, it is not 
> found. I want to place a copy in my cgi-bin, as follows:
>
> /var/www/website/public_html/cgi-bin 
>
> What am I missing?
>
> Thanks! Vick
> ___
> mapserver-users mailing 
> listmapserver-users@lists.osgeo.orghttp://lists.osgeo.org/mailman/listinfo/mapserver-users
>
>
>
> ___
> mapserver-users mailing list
> mapserver-users@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapserver-users
>



-- 
A computer without Windows is like chocolate cake without mustard.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] Can't find mapserv.exe

2014-10-14 Thread Jeff McKenna
Another nice trick to see where something is installed on Ubuntu is to 
use the 'which' command:



  $ which mapserv

   /usr/local/bin/mapserv

-jeff




--
Jeff McKenna
MapServer Consulting and Training Services
http://www.gatewaygeomatics.com/




On 2014-10-14 4:49 PM, Worth Lutz wrote:

ubuntu is linux ... no ".exe"

mapserv should already be in /usr/lib/cgi-bin/
and /usr/bin/

No need to move it.

try

locate mapserv

to find it.


*Worth Lutz*
--

On 10/14/2014 03:31 PM, Bill Hudspeth wrote:

Hello,

I installed mapserver 6.4.1 in Ubuntu 14.0.1 using synaptic package manager. I 
know it is installed on my system. When I run

mapserv -v, I get:

MapServer version 6.4.1 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG OUTPUT=KML 
SUPPORTS=PROJ SUPPORTS=GD SUPPORTS=AGG SUPPORTS=FREETYPE SUPPORTS=CAIRO 
SUPPORTS=SVG_SYMBOLS SUPPORTS=RSVG SUPPORTS=ICONV SUPPORTS=FRIBIDI 
SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT SUPPORTS=WFS_SERVER SUPPORTS=WFS_CLIENT 
SUPPORTS=WCS_SERVER SUPPORTS=SOS_SERVER SUPPORTS=FASTCGI SUPPORTS=THREADS 
SUPPORTS=GEOS INPUT=JPEG INPUT=POSTGIS INPUT=OGR INPUT=GDAL INPUT=SHAPEFILE

When I search for the file (mapserv.exe) with locate or find, it is not found. 
I want to place a copy in my cgi-bin, as follows:

/var/www/website/public_html/cgi-bin 

What am I missing?

Thanks! Vick



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


Re: [mapserver-users] Can't find mapserv.exe

2014-10-14 Thread Worth Lutz

ubuntu is linux ... no ".exe"

mapserv should already be in /usr/lib/cgi-bin/
and /usr/bin/

No need to move it.

try

locate mapserv

to find it.


*Worth Lutz*
--

On 10/14/2014 03:31 PM, Bill Hudspeth wrote:

Hello,

I installed mapserver 6.4.1 in Ubuntu 14.0.1 using synaptic package manager. I 
know it is installed on my system. When I run

mapserv -v, I get:

MapServer version 6.4.1 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG OUTPUT=KML 
SUPPORTS=PROJ SUPPORTS=GD SUPPORTS=AGG SUPPORTS=FREETYPE SUPPORTS=CAIRO 
SUPPORTS=SVG_SYMBOLS SUPPORTS=RSVG SUPPORTS=ICONV SUPPORTS=FRIBIDI 
SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT SUPPORTS=WFS_SERVER SUPPORTS=WFS_CLIENT 
SUPPORTS=WCS_SERVER SUPPORTS=SOS_SERVER SUPPORTS=FASTCGI SUPPORTS=THREADS 
SUPPORTS=GEOS INPUT=JPEG INPUT=POSTGIS INPUT=OGR INPUT=GDAL INPUT=SHAPEFILE

When I search for the file (mapserv.exe) with locate or find, it is not found. 
I want to place a copy in my cgi-bin, as follows:

/var/www/website/public_html/cgi-bin 

What am I missing?

Thanks! Vick
___
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] Can't find mapserv.exe

2014-10-14 Thread Bill Hudspeth
Hello,

I installed mapserver 6.4.1 in Ubuntu 14.0.1 using synaptic package manager. I 
know it is installed on my system. When I run

mapserv -v, I get:

MapServer version 6.4.1 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG OUTPUT=KML 
SUPPORTS=PROJ SUPPORTS=GD SUPPORTS=AGG SUPPORTS=FREETYPE SUPPORTS=CAIRO 
SUPPORTS=SVG_SYMBOLS SUPPORTS=RSVG SUPPORTS=ICONV SUPPORTS=FRIBIDI 
SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT SUPPORTS=WFS_SERVER SUPPORTS=WFS_CLIENT 
SUPPORTS=WCS_SERVER SUPPORTS=SOS_SERVER SUPPORTS=FASTCGI SUPPORTS=THREADS 
SUPPORTS=GEOS INPUT=JPEG INPUT=POSTGIS INPUT=OGR INPUT=GDAL INPUT=SHAPEFILE

When I search for the file (mapserv.exe) with locate or find, it is not found. 
I want to place a copy in my cgi-bin, as follows:

/var/www/website/public_html/cgi-bin 

What am I missing?

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


Re: [mapserver-users] ScribeUI

2014-10-14 Thread Jessica Lapointe
The default workspace's password is default. That workspace is a bit
special, as if you change the maps in that workspace, it'll change the
default map used when you create a new map from a template.

Have a good day!
Jessica Lapointe

On Tue, Oct 14, 2014 at 8:18 AM, Richard Greenwood
 wrote:
> I got scribeui and the sample data installed. What's the password for the
> "default" workspace?
>
> Thanks
> --
> Richard W. Greenwood, PLS
> www.greenwoodmap.com
>
> ___
> 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] ScribeUI

2014-10-14 Thread Richard Greenwood
I got scribeui and the sample data installed. What's the password for the
"default" workspace?

Thanks
-- 
Richard W. Greenwood, PLS
www.greenwoodmap.com
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] Problems compiling current git master on CentOS 6 due to lack of HarfBuzz

2014-10-14 Thread Peter Hopfgartner

Hmm, now it works.

Thanks,

Peter

On 10/14/2014 12:03 PM, thomas bonfort wrote:

can you start with a new build directory, I've just tested and can
correctly disable harfbuzz/fribidi...

cmake ~/dev/mapserver -DWITH_FRIBIDI=OFF -DWITH_HARFBUZZ=OFF

--
thomas

On 14 October 2014 11:58, Peter Hopfgartner
 wrote:

I'd like to test if https://github.com/mapserver/mapserver/issues/4980
persists in the current development tree.

Trying to compile on CentOS6 with

mkdir build
cd build
cmake  -DWITH_KML=ON -DWITH_FREEBIDI=0 -DWITH_HARFBUZZ=0 ..

it fails, complaining for the lack of harfbuzz.

Currently I'm not aware of any "official" package of HarfBuzz for C6, so I'm
struck at this point. Will HarfBuzz be a mandatory requirement for MapServer
7?

Regards,

Peter

--
Peter Hopfgartner
web  : http://www.r3-gis.com

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



--
Peter Hopfgartner
web  : http://www.r3-gis.com

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


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 the combination of your grid extents and resolutions do
not produce a stable topleftcorner for each resolution. You have
multiple ways forward:

- use a combination of grid extents and resolutions that force a
stable topleftcorner whatever the resolution. This is usually done by
using power-of-two resolutions.
- force the grid to be fixed to the top left corner instead of bottom
left. top-left. Your tileset will not be
compatible with TMS requests.
- use a wmts client that knows how to parse WMTS capabilities so that
the correct topleftcorner is used for each resolution
- (not sure, but check if openlayers supports overiding the topleft
origin for its grid for WMTS requests)

cheers,
thomas

On 10 October 2014 22:12, mapserver  wrote:
> Disclaimer: I have asked this question already on openlayers-users, but not
> received any answer
> ---
>
> I have set up a mapserver/mapcache service for tiled background maps, which
> should offer WMTS and TMS services
> in the EPSG:31468 projection.
>
> The TMS tiles I've verified to be correctly placed against a standard wms
> layer, however the WMTS tiles get placed with
> a one tile offset to the south compared to the TMS tiles.
>
> Please see the screenshot:
> http://markus-spring.info/varia/wmts_tms_offset_problem.jpg
>
> The grid definition is as follows:
>
> 
>
>   Mapcache Service City of Munich EPSG 31468
>
>EPSG:31468
>256 256
>4440016 5313983 4492016 5359983
>m
>141.11153491115225 70.55561745557612
> 42.1047334567 35.27775872778806 26.458319045841048
> 17.63887936389403 8.819439681947015 3.527775872778806
> 2.6458319045841043 1.763887936389403 0.8819439681947016
> 0.35277758727788067 0.17638879363894033
> 
>
> and the tileset
>
> 
>karte_2014-1
>disk
>
>   karte_2014-1
>   
>
>PNG
>5 5
>10
>
>   default="/path/to/mapfile.map">^[a-zA-Z0-9\./]*\.map$
>
>MUC31468
> 
>
>
> while the service definitions (for OpenLayers 2.13) are these:
>
>var wmts = new OpenLayers.Layer.WMTS({
>name:"WMTS basemap",
>url: "http://centmap/mapcache/wmts?";,
>layer:   "karte_2014-1",
>matrixSet:   "MUC31468",
>format:  "image/png",
>style:   "default",
>opacity: 0.7,
>maxExtent:   maxExtent,
>isBaseLayer: true
>});
>
>var tms = new OpenLayers.Layer.TMS(
>"TMS basemap",
>"http://centmap/mapcache/tms/";,
>{ layername: "karte_2014-1",
>  type:  "png" }
>);
>
> Any help would be greatly appreciated.
>
> ---Markus
>
> ___
> 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] Problems compiling current git master on CentOS 6 due to lack of HarfBuzz

2014-10-14 Thread thomas bonfort
can you start with a new build directory, I've just tested and can
correctly disable harfbuzz/fribidi...

cmake ~/dev/mapserver -DWITH_FRIBIDI=OFF -DWITH_HARFBUZZ=OFF

--
thomas

On 14 October 2014 11:58, Peter Hopfgartner
 wrote:
> I'd like to test if https://github.com/mapserver/mapserver/issues/4980
> persists in the current development tree.
>
> Trying to compile on CentOS6 with
>
> mkdir build
> cd build
> cmake  -DWITH_KML=ON -DWITH_FREEBIDI=0 -DWITH_HARFBUZZ=0 ..
>
> it fails, complaining for the lack of harfbuzz.
>
> Currently I'm not aware of any "official" package of HarfBuzz for C6, so I'm
> struck at this point. Will HarfBuzz be a mandatory requirement for MapServer
> 7?
>
> Regards,
>
> Peter
>
> --
> Peter Hopfgartner
> web  : http://www.r3-gis.com
>
> ___
> 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] Problems compiling current git master on CentOS 6 due to lack of HarfBuzz

2014-10-14 Thread Peter Hopfgartner
I'd like to test if https://github.com/mapserver/mapserver/issues/4980 
persists in the current development tree.


Trying to compile on CentOS6 with

mkdir build
cd build
cmake  -DWITH_KML=ON -DWITH_FREEBIDI=0 -DWITH_HARFBUZZ=0 ..

it fails, complaining for the lack of harfbuzz.

Currently I'm not aware of any "official" package of HarfBuzz for C6, so 
I'm struck at this point. Will HarfBuzz be a mandatory requirement for 
MapServer 7?


Regards,

Peter

--
Peter Hopfgartner
web  : http://www.r3-gis.com

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