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
Artem Pavlenko
98763057e6
added pragma to disable 4996 warning
2006-03-23 11:54:03 +00:00
Jean-Francois Doyon
90e9f7b51b
Add a first try at generating Python API documentation using epydoc.
2006-03-23 02:45:08 +00:00
Artem Pavlenko
6f1ed0029c
code cleanup
2006-03-22 20:31:02 +00:00
Artem Pavlenko
1ae34ab1d5
added -fPIC flag to agg to compile on x86_64
2006-03-22 20:20:44 +00:00
Artem Pavlenko
9480cbade6
re-implemented value class to compile on win32
2006-03-22 19:57:48 +00:00
Artem Pavlenko
56a8187bcb
added new line at the end of file
2006-03-22 15:59:15 +00:00
Artem Pavlenko
ddaa9b5368
removed unused static gamma member
2006-03-22 15:57:12 +00:00
Artem Pavlenko
ac2a286cde
added __declspec(dllexport) + general cleanup
2006-03-22 15:55:58 +00:00
Artem Pavlenko
f69ac02a65
removed unused files
2006-03-22 15:53:38 +00:00
Artem Pavlenko
883e21fe0c
added __declspec(dllexport)
2006-03-22 15:52:29 +00:00
Artem Pavlenko
33ec516bd4
added platform specific configuration file
2006-03-22 15:51:06 +00:00
Artem Pavlenko
f2ac0a97f6
removed unused files
2006-03-22 15:50:05 +00:00
Artem Pavlenko
3848515e6e
removed unused files
2006-03-22 15:48:54 +00:00
Artem Pavlenko
e85db9ac69
removed unused files
2006-03-22 15:46:58 +00:00
Artem Pavlenko
2fa9d1967e
added __decl(dllexport) to exported symbols\n removed unused files
2006-03-22 15:45:52 +00:00
Artem Pavlenko
fab04e1626
removed verbose output
2006-03-22 14:57:50 +00:00
Artem Pavlenko
fbbf75f032
added explicit flags ios::in|ios::binary for win32 compat
2006-03-22 14:52:32 +00:00
Jean-Francois Doyon
6914187e0b
- Remove the python interpreter from the script, have the user supply it instead
...
- Add a little README.txt
2006-03-22 02:41:13 +00:00
Jean-Francois Doyon
8678bc54c4
Here is a first implementation of a working python demo!!
...
TODO:
- Better/smarter labelling with forced positionning
- Point symbology
2006-03-22 02:32:38 +00:00
Jean-Francois Doyon
dc2e7d9def
Initial load of the data that can be used for the demo.
2006-03-22 01:03:22 +00:00
Jean-Francois Doyon
81b694f782
- Add .sconsign to svn:ignore ...
...
- Create a fontscollectionpath in paths.py and use it.
2006-03-22 00:41:52 +00:00
Jean-Francois Doyon
08b80bbc64
Add docstrings, and add support for setting the
...
map width and height after object creation.
2006-03-22 00:13:14 +00:00
Jean-Francois Doyon
30dd43200b
Add support for halo's to TextSymbolizer().
2006-03-22 00:11:01 +00:00