Custom Query (278 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 278)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Ticket Resolution Summary Owner Reporter
#21 fixed Changes to Mapbender3 package Jeff McKenna Jeff McKenna
Description

Feedback from Astrid:


2. Please change the ALIAS for Mapbender

Alias /mapbender/ "C:/ms4w/apps/mapbender3-3.0.5.1/web/"
<Directory "C:/ms4w/apps/mapbender3-3.0.5.1/web/">
 Options MultiViews FollowSymLinks
 DirectoryIndex app.php
 Require all granted
 RewriteEngine On
 RewriteBase /mapbender/
 RewriteCond %{ENV:REDIRECT_STATUS} ^$
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteCond %{REQUEST_FILENAME} !-d
 RewriteRule ^(.*)$ app.php/$1 [PT,L,QSA]
</Directory>

#22 invalid Verify setenv.bat after using installer Jeff McKenna Jeff McKenna
Description

Reported by Astrid:

---

after installation with the installer it says in the file setenv.bat ->
c: is added twice (maybe I did the installation twice?)

set
PATH=C:\ms4w;C:C:\ms4w;C:C:\ms4w\Apache\cgi-bin;C:C:\ms4w\tools\gdal-ogr;C:C:\ms4w\tools\mapserv;C:C:\ms4w\tools\shapelib;C:C:\ms4w\proj\bin;C:C:\ms4w\tools\shp2tile;C:C:\ms4w\tools\shpdiff;C:C:\ms4w\tools\avce00;C:C:\ms4w\python\gdal;C:C:\ms4w\tools\php;C:C:\ms4w\tools\mapcache;C:C:\ms4w\tools\berkeley-db;C:C:\ms4w\tools\sqlite;C:C:\ms4w\tools\spatialite;C:C:\ms4w\tools\unixutils;%PATH%
echo GDAL, mapserv, and commandline MS4W tools path set
set GDAL_DATA=C:C:\ms4w\gdaldata
set GDAL_DRIVER_PATH=C:C:\ms4w\gdalplugins
set PROJ_LIB=C:C:\ms4w\proj\nad
set CURL_CA_BUNDLE=C:C:\ms4w\Apache\conf\ca-bundle\cacert.pem
pause

#23 fixed Error in OGC Workshop mapfile Jeff McKenna Jeff McKenna
Description

Reported by Astrid:


In file C:\ms4w\apps\ms-ogc-workshop\service\config.map there is a fixed
path to prj on D:. Does not find the epsg-Codes

CONFIG PROJ_LIB "D:\ms4w\proj\nad"


http://localhost/cgi-bin/mapserv.exe?map=c:/ms4w/apps/ms-ogc-workshop/service/config.map&version=1.3.0&service=WMS&request=GetCapabilities
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.