[mapserver-users] WMST and GetCapabilties

2014-05-01 Thread ChiefDan
Is it possible to set up a WMS layer with time and have the GetCapabilties
populate the metadata wms_timeextent dynamically from the database? We're
collecting various remote sensing imagery on a regular basis, so I'd like to
have the GetCap response reflect the current range of data we have.

I've been searching the list and think the answer is no, however I'd like to
make sure I am not missing anything.

Thanks,


Dan



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/WMST-and-GetCapabilties-tp5138152.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] Re: Run Time Substitution and Mapscript questions

2011-07-14 Thread ChiefDan
I think I sussed out what is going for. An FYI for others, once you call
mapscript.mapObj(yourmapfile), the mapfile is processed, so no run time
substitutions can occur. What kept me confused was the fact that calling
map.draw() results in a WMS call out through Apache so I kept assuming it
works as any other WMS call.

--
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Run-Time-Substitution-and-Mapscript-questions-tp6576363p6582881.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] Run Time Substitution and Mapscript questions

2011-07-12 Thread ChiefDan
I am attempting to use python mapscript to generate some maps, however I am
running up against some problems.
My mapfile layer has a CONNECTION of
http://127.0.0.1/cgi-bin/wms/rs/seacoos_rs_test?TIME_OFFSET_HOURS=%time_offset_hours%;

My mapscript test script has an OWSRequest that has a
setParameter(TIME_OFFSET_HOURS, 2)

When checking the web logs, I see the request come in, however the
substitution is not being made, I see
/cgi-bin/wms/rs/seacoos_rs_test?TIME_OFFSET_HOURS=%time_offset_hours%

Are these types of substitutions still possible?


Thanks,

Dan

--
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Run-Time-Substitution-and-Mapscript-questions-tp6576363p6576363.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] Re: Mapserver 5.6.6 and Python mapscript

2011-07-01 Thread ChiefDan
There are options I use in mapserver that are not compiled into the ubuntu
distribution.

--
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Mapserver-5-6-6-and-Python-mapscript-tp6534460p6537782.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] Re: MapServer Make Failure on RedHat

2011-07-01 Thread ChiefDan
I stumbled across this:
http://www.mail-archive.com/mapserver-users@lists.osgeo.org/msg09257.html
that seems to be similar to your issue.

--
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/MapServer-Make-Failure-on-RedHat-tp6528584p6537807.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] Mapserver 5.6.6 and Python mapscript

2011-06-30 Thread ChiefDan
I am trying to get the python mapscript up and running on an Ubuntu box from
a mapserver tar file.
I've gone through the README and followed the steps, although I am not sure
what appropriate changes I need to make in the test.map file. I am running
into 2 issues when running the tests:

test saving query to a file ... ERROR
set image of new symbolObj ... Segmentation fault


I successfully compiled mapserver using the following config settings:
--enable-runpath --with-gdal=/usr/local/bin/gdal-config
--with-ogr=/usr/local/bin/gdal-config --with-proj=/usr/local
--with-php=/usr/include/php5 --with-gd=/usr/local --with-freetype=/usr/local
--with-png=/usr/local --with-jpeg=/usr/local --with-libiconv=/usr/local
--with-wmsclient --with-postgis=/usr/lib/postgresql/8.3/bin/pg_config


Any pointers would be appreciated.

Dan



--
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Mapserver-5-6-6-and-Python-mapscript-tp6534460p6534460.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] Font sizing question

2011-02-24 Thread ChiefDan

I'm migrating a layer from an older mapserver(v4.8.1) to my v4.10
installation. The layer uses an ESRI font set for wind barbs. On the older
installation, the symbols are much darker. I've tried tweaking a couple of
settings in the new mapfile but nothing really seems to make a difference.
The color config is 0 0 0, however on the map they look grey.
I tried applying an OUTLINECOLOR of 0 0 0, however that was too extreme
making the barb almost block like.
Here is a snippet of a CLASS:
CLASS
  EXPRESSION ((([m_value] * 2.2369362921) = 5) AND (([m_value] *
2.2369362921)  10))
  TEXT 'ã'
  LABEL
ANGLE [d_label_theta]
FORCE TRUE
TYPE TRUETYPE
FONT 'weather'
ANTIALIAS TRUE
COLOR 0 0 0
#OUTLINECOLOR 0 0 0
POSITION CC
OFFSET 2 -6
BUFFER 0
PARTIALS TRUE
SIZE 25
  END
  STYLE END
END

I appreciate any help/hints


Dan 
-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Font-sizing-question-tp6061930p6061930.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users