Artem Pavlenko
453b714580
1.added default ctor in polygon_symbolizer (grey fill - RGB (128,128,128)
...
2.replaced tabs
2006-05-19 16:11:59 +00:00
Artem Pavlenko
f59a949464
replaced tabs with spaces
2006-05-19 16:09:32 +00:00
Artem Pavlenko
ed4195ad5a
explicit black colour in default ctor
2006-05-19 16:08:42 +00:00
Artem Pavlenko
d3a8570a78
added set_name method
2006-05-19 16:07:13 +00:00
Artem Pavlenko
bf218a46b9
oops! added missing bits
2006-05-19 12:50:40 +00:00
Artem Pavlenko
46fea7cee2
use boost::lexical_cast for conversions
...
( thanks to John Leslie <jleslie@placebase.com> )
2006-05-19 12:26:23 +00:00
Artem Pavlenko
1daa91e07f
added set_name method
2006-05-19 08:59:50 +00:00
Artem Pavlenko
6c9fd45234
replaced tabs with spaces
2006-05-17 16:41:28 +00:00
Artem Pavlenko
4a5a1580c4
fixed
2006-05-12 16:35:36 +00:00
Jean-Francois Doyon
46f9b02394
- Rigidified parameter validation
...
- Fixed BLANK exception handling bug
- Added STYLES/LAYERS correlation check
- Finalized ogcserver readme.txt
- Got rid of a compiler warning with PyProjection
- Some coding style edits
2006-05-11 04:24:51 +00:00
Jean-Francois Doyon
80af11ba3a
Finalized ogcserver docs.
2006-05-11 00:44:20 +00:00
Jean-Francois Doyon
1cca95add9
Remove GIF support.
2006-05-11 00:29:39 +00:00
Artem Pavlenko
dad97c6476
added readme.txt with build instructions
2006-05-08 20:34:30 +00:00
Artem Pavlenko
3c200bd00e
added c++ demo
2006-05-08 20:29:13 +00:00
Artem Pavlenko
2db18565b2
reorder #include
2006-05-05 14:29:01 +00:00
Jean-Francois Doyon
c879591630
Make the background property of an Image available to Python.
2006-05-04 00:00:20 +00:00
Jean-Francois Doyon
4705e9526e
Oops, that previous problem was from local modifications, setting everything back to normal.
...
Sorry!
2006-05-03 23:56:47 +00:00
Jean-Francois Doyon
5775a9be0e
Switched from <fstream.h> to <fstream> as per the warning the compiler gave me, and the C++ standard.
2006-05-03 23:46:32 +00:00
Artem Pavlenko
62019e0849
small cleanup
2006-04-22 19:37:59 +00:00
Artem Pavlenko
aea4de676b
added missing PROJ_*
2006-04-21 19:05:23 +00:00
Jean-Francois Doyon
30d930c709
- Updates docs/ogcserver/readme.txt
...
- Added GetCapabilities named style support to 1.1.1
2006-04-21 00:18:07 +00:00
Jean-Francois Doyon
ab7d66ee8c
- Add support for named styles in GetCapabilities. Not yet supported by GetMap however.
...
- Add finalize() to BaseWMSFactory to run sanity checks.
2006-04-21 00:13:25 +00:00
Jean-Francois Doyon
bde3b7ae51
- INIMAGE text now on transparent background
...
- BLANK error handling support added
2006-04-16 19:23:37 +00:00
Jean-Francois Doyon
f862ef425f
Added support for INIMAGE error handling.
2006-04-16 04:17:39 +00:00
Jean-Francois Doyon
b8ac9b1984
OK, final fixes to the WMS stuff, cleaned up documentation, and so on.
...
Things should be good to go for a first try by the wider community!
2006-04-14 03:45:46 +00:00
Jean-Francois Doyon
af55c99fa4
- Improve WMS compliance
...
- Remove unused code
- Rework layer and style bulding
- minor doc changes
2006-04-13 02:39:49 +00:00
Jean-Francois Doyon
39d14bdb5f
Documentation for the ogcserver.
2006-04-11 03:00:39 +00:00
Jean-Francois Doyon
d4b5171efb
- Add some more error checking
...
- Simplify configuration
2006-04-11 00:36:08 +00:00
Jean-Francois Doyon
378d4a4e1d
A CGI/FastCGI compatible ogcserver executable written in python,
...
as well as a sample config file.
2006-04-11 00:33:24 +00:00
Jean-Francois Doyon
603c0c0fa3
- Add the CGI executable, and a sample configuration file
...
- Various code optimizations:
- Remove unnecessary imports
- Better share/re-use objects
- Move more work to initialization, to optimize for FastCGI
2006-04-10 06:19:27 +00:00
Jean-Francois Doyon
56166790df
- Improved error handling and detection
...
- Refactored WMS code quite a bit
- TODO: better map factory.
2006-04-08 21:53:36 +00:00
Jean-Francois Doyon
aa045f79fe
Setting the Id keyword on the new files.
2006-04-08 06:21:26 +00:00
Jean-Francois Doyon
8d336dcf7d
Adding the initial implementation of an OGC server in Python for Mapnik. Although it works, it needs polishing and documentation, which will follow shortly.
2006-04-08 06:18:50 +00:00
Jean-Francois Doyon
c533d0ecd7
The data has been transformed to a slightly different projection (EPSG:42304). Also full files are included for ESRI tools, in case someone wants to manipulate it further.
2006-04-06 23:18:44 +00:00
Artem Pavlenko
cdc48edfd6
1. validate image reader
...
2. open files in binary mode (win32)
2006-04-05 08:27:45 +00:00
Artem Pavlenko
61fd258fd1
changing licence from GPL to LGPL
2006-03-31 10:32:02 +00:00
Artem Pavlenko
ead91700c2
small optimization
2006-03-31 08:55:35 +00:00
Artem Pavlenko
f97b552eda
changed from gid to ogc_fid (is it standard?)
2006-03-31 08:54:20 +00:00
Artem Pavlenko
b7e96d387b
fix rawdata() method to return PyString_FromStringAndSize
2006-03-29 22:26:55 +00:00
Artem Pavlenko
bb606d04f5
added non-const getLayer
2006-03-28 15:39:38 +00:00
Artem Pavlenko
0e53e23ec1
fixed pointz/pointm reading
2006-03-28 10:09:24 +00:00
Artem Pavlenko
8986108775
added set_datasource method (TODO!!!)
...
fixed pointz in shapeindex
2006-03-28 08:29:36 +00:00
Jean-Francois Doyon
bc10495517
- Ignore the files generated during build.
2006-03-28 01:16:11 +00:00
Jean-Francois Doyon
7e05522b52
- Add an ignore.
...
- load Projection class and DEGREES constant into mapnik module namespace so that one can "from mapnik import Projection, DEGREES"
- Clean up the build/install of the python module.
2006-03-28 01:07:01 +00:00
Jean-Francois Doyon
04dc62160e
Added some docstrings.
2006-03-28 01:01:00 +00:00
Jean-Francois Doyon
f903432048
Add support for building pyprojection.
2006-03-26 22:36:55 +00:00
Jean-Francois Doyon
2d18a3a2c0
Add python PROJ.4 module under mapnik python API.
...
This makes the Projection class available from mapnik:
>>> from mapnik import Projection
registered datasource : raster
registered datasource : shape
registered datasource : postgis
>>> Projection
<class mapnik.Projection.Projection at 0xb7f7250c>
>>>
2006-03-26 22:35:37 +00:00
Jean-Francois Doyon
4fd22de310
Set some svn properties.
2006-03-26 22:32:03 +00:00
Artem Pavlenko
d35e9f047e
small cleanup
2006-03-23 21:45:32 +00:00
Artem Pavlenko
fce4076ad5
refactored font engine to export symbols correctly on win32
2006-03-23 11:54:50 +00:00