Seth G
Seth G
A workaround for HTML pages is to add the title but hide it as follows: ``` .. raw:: html My Title ======== .. raw:: html ```
The relevant line is probably this - `swig_link_libraries(pythonmapscript ${PYTHON_LIBRARIES} ${MAPSERVER_LIBMAPSERVER})` at https://github.com/mapserver/mapserver/blob/master/mapscript/python/CMakeLists.txt#L44 This variable is set [here](https://github.com/mapserver/mapserver/blob/5b44e071a11dd9ca897f9c935003302d0b325e99/CMakeLists.txt#L222): ``` if(LINK_STATIC_LIBMAPSERVER) set(BUILD_STATIC 1) set(BUILD_DYNAMIC 0) set(MAPSERVER_LIBMAPSERVER mapserver_static) else(LINK_STATIC_LIBMAPSERVER) set(BUILD_DYNAMIC 1) set(MAPSERVER_LIBMAPSERVER mapserver)...
What is your system path? Is `/tmp/mapserver/build/` part of it?
@jmckenna you could try the with following change: https://github.com/geographika/mapserver/commit/4aef3069747eb61208d924fda961ffc53d8ae948
Ran into a related issue today when attempting to output to GeoJSON, with some features created using: `geometry::STGeomFromText('POLYGON EMPTY', 3857)` Error is `msOGRWriteShape(): General error message. Failed on odd polygon...
See also #5763 - once an array typemap is added for PHP several of these functions could be added.
The "missing" functions were never in the SWIG API, and are more convenience functions for PHP users. From the Python MapScript side I don't see a particular need for the...
@frodewj - a workaround is to override just that field type, as per https://github.com/MapServer/MapServer/pull/6137 ``` METADATA "gml_include_items" "all" "gml_types" "auto" "gml_test_bool_type" "Boolean" END ``` Otherwise, the field to type conversion...
@frodewj - looks like https://github.com/MapServer/MapServer/pull/6137 (which allows individual field type overrides) was not backported to 7.6.4, but will be available in the upcoming 8.0 release. You should be able to...
Now fixed with automated MapScript docs - https://mapserver.org/mapscript/mapscript-api/stub/mapscript.labelObj.html#mapscript.labelObj