On Github Schpidi / foss4g-e_2014_mapserver_project_status_report
FOSS4G-Europe 2014 - Bremen - 2014-07-15
Stephan Meißl stephan.meissl@eox.at @Schpidi
Thomas Bonfort tbonfort@terriscope.fr @tbonfort
This work is licensed under a Creative Commons Attribution 4.0 International License.
Good morning everybody.
For those who don't know me already, my name is Stephan Meissl, I made my first steps with MapServer back in 2002, became committer in 2011, and last year the honor of being elected to the PSC. Co-founder of EOX in Vienna, Austria.
Thomas, probably the currently most active MapServer developer, originally planned to be here but unfortunately couldn't make it.
Steve and Daniel meet for the first time after working together for over 3 years
Interpolation in HSL color space
Interpolation in HSL color space
Interpolation in RGB color space
Pure density
Setting a fixed scale
LAYER ... STYLEITEM "javascript:///path/to/my/file.js" CLASS # empty class required END END
//Make symbol size 14 or 7 var size = shape.attributes.NAME.length > 10 ? 14:7; var style = "STYLE SIZE " + size; style += " SYMBOL 'circle'"; style += " COLOR 255 0 0 END"; //Return style to MapServer style;
where st_intersects(the_geom, st_geomfromtext('wkt...'))Significant performance gain particularly in WFS queries Simpler to use Currently blocking release of version 7.0
Improving performance
Example Malayalam
Example Tibéto-Birman
FOSS4G-Europe 2014 - Bremen - 2014-07-15
schpidi.github.io/foss4g-e_2014_mapserver_project_status_report
Stephan Meißl stephan.meissl@eox.at @Schpidi
Thomas Bonfort tbonfort@terriscope.fr @tbonfort
Special thanks to Daniel Morissette for his help with the MapServer history slides
This work is licensed under a Creative Commons Attribution 4.0 International License.
Let's keep up the good work.
MapServer and the OSGeo community have revolutionized the field of GIS...
and you are all part of that revolution.