Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lack of Python mapscript documentation #127

Closed
drnextgis opened this issue Aug 12, 2015 · 2 comments
Closed

Lack of Python mapscript documentation #127

drnextgis opened this issue Aug 12, 2015 · 2 comments
Assignees

Comments

@drnextgis
Copy link

MapScritp docs doesn't contains any information about fromstring and msLoadMapFromString functions:

>>> import mapscript
>>> mapscript.fromstring
<function fromstring at 0x7f2ffdd47320>
>>> mapscript.msLoadMapFromString
<built-in function msLoadMapFromString>
@jmckenna jmckenna self-assigned this Aug 23, 2016
@jmckenna
Copy link
Member

@drnextgis Can you confirm that these 2 functions are exposed to both SWIG mapscript & PHP mapscript? (maybe you are setup to test both of these in SWIG & PHP)

Also, if you are familiar with both functions, maybe you can create a pull request for this update to the docs?

@geographika
Copy link
Member

Docs should now be in sync with code following https://mapserver.org/development/rfc/ms-rfc-132.html
See docs online at https://mapserver.org/mapscript/mapscript-api/ which include all module-level functions such as fromstring.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants