Jeff McKenna

Results 72 comments of Jeff McKenna

maybe a better way forward is to allow a /setname command to change the user text? such as: /setname "My Name"

Some clients call this a "Description" text. so it could also be /setdescription Whatever makes more sense to you.

I think this would be a very useful addition for the MapServer 8.0 release: add important missing SWIG MapScript functions: ``` mapObj: array getLayersIndexByGroup(string groupname) mapObj: array getAllGroupNames() mapObj: array...

still relevant, as mentioned through #5763

This is unfortunate. Thanks guys.

@frodewj thanks for creating a nice sample archive. Would you mind including a "custom dump" (`--format=c`) of your database? This makes it easy to restore (and will include the required...

@frodewj thanks, I confirm the problem. Here is my DescribeFeatureType results (with MS4W 5.0-beta2 and PG 14.2/PostGIS 3.2.0): ``` ``` Note: for all this to "work", I had to set...

Thanks for filing the ticket. Earlier I dug into this, and from the docs this SWIGTYPE_p_double can be generated by SWIG by using carrays inside our PHP interface file (docs...

ah! Thanks for filing this ticket, because seeing my writing here I realized my mistake! I just changed my PHP interface file to: ``` /* add SWIGTYPE_p_double */ %include carrays.i...

Thanks for the nudge on this @MadMartinR, let's tackle this for the 8.0 release.