Not being able to upload and show map using Qgiscloud

Asked By 10 points N/A Posted on -
qa-featured

I am trying to upload and show a map in a web page using Qgiscloud. I am using a Qgis plug in from Qgis desktop.

When I try to upload data I get the following error message.

Can some one please tell me the correct way to do this. Here below is the error message i got.

Type Error: in method 'Driver_CreateDataSource'.argument 2 of type 'charconst*'

File "C/user /gis/.qgis/python/pluginsqgiscloudqgiscloudplugindialog.py",line 459, in upload _data

SHARE
Answered By 5 points N/A #131723

Not being able to upload and show map using Qgiscloud

qa-featured

Dear Corin,

Unfortunately the file you are trying to upload is corrupted. The error is indicating an error in its programming. It is preventing from being usable. That is why you either need to get a new copy of it, or if you yourself are the author/developer then have a look again at the code.
The error is pointing towards the second argument of a particular pointer 'const'

Hope I have pointed you in the right direction. If you had provided some more info I could have had a look at the code myself.

Related Questions