[Qgis-user] Integrated Windows authentication

2022-04-26 Per discussione Tom Chadwin via Qgis-user
Hello all Has anyone implemented integrated Windows authentication for QGIS, perhaps via an authentication plugin? Specifically: - Windows users log into their local Windows sessions with Active Directory accounts - QGIS can then authenticate against resources using those account credentials

Re: [Qgis-user] DataPlotly questions/suggestions

2020-03-31 Per discussione Tom Chadwin
ghtmtt wrote > merging (part) of DataPlotly with QGIS2WEB plugin could also be > an idea This would indeed be amazing, but it would require each chart type to be prototyped in d3, and then hooked into the exported qgis2web map. Given the three qgis2web export formats, this would indeed be a big

[Qgis-user] QgsCsException - Error: acos/asin: |arg| >1.+1e-14

2016-10-31 Per discussione Tom Chadwin
Someone using qgis2web has experienced the following error: QgsCsException: forward transform of (-18933215.197392, -925.351822) PROJ.4: +proj=moll +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +ellps=WGS84 +towgs84=0,0,0 +to +proj=longlat +datum=WGS84 +no_defs +ellps=WGS84

Re: [Qgis-user] How do you all upload your webmaps?

2016-06-19 Per discussione Tom Chadwin
Your opinion had been mine, but more than one QGIS user looked very discouraged when I answered their question "How do I get my qgis2web map online?" We are up against the end-to-end ArcGIS Online ease of use, in my opinion. As you say, if we can help a significant proportion of users, it should

[Qgis-user] How do you all upload your webmaps?

2016-06-19 Per discussione Tom Chadwin
Hello all At FOSS4GUK2016, I think it became apparent that a feature missing in qgis2web is integrated publishing. I'd like to implement it, but there are many ways of uploading files to the web. I'd like to know what some of you do: 1. Online form as part of web content management system such

Re: [Qgis-user] QGIS2WEB plugin cannot convert points?

2016-04-27 Per discussione Tom Chadwin
I've now released this fix in v1.7.0 of qgis2web. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/QGIS2WEB-plugin-cannot-convert-points-tp5261888p5263136.html Sent from the Quantum GIS - User mailing list archive at Nabble.com.

Re: [Qgis-user] QGIS2WEB plugin cannot convert points?

2016-04-22 Per discussione Tom Chadwin
Splendid - thanks for confirming. I'll release a new version with this fix as soon as I can. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/QGIS2WEB-plugin-cannot-convert-points-tp5261888p5262417.html Sent from the Quantum GIS - User mailing list archive at Nabble.com.

Re: [QGIS-it-user] Da QGIS a LeafletJS

2016-04-21 Per discussione Tom Chadwin
Please forgive an English reply. Can you post the qgis2web error message (not the qgis2leaf one)? qgis2leaf is no longer being developed - it was combined qith qgis-ol3 (Export to OpenLayers 3) to become qgis2web. Thanks Tom -- View this message in context:

Re: [Qgis-user] QGIS2WEB plugin cannot convert points?

2016-04-21 Per discussione Tom Chadwin
Hi Edi Your layer is a 2.5d point layer, which qgis2web was not handling correctly. I've just committed a change to the plugin's code repository: https://github.com/tomchadwin/qgis2web Try downloading from there and overwriting the plugin, then restarting QGIS. Let us know if it works. Thanks

Re: [Qgis-user] 2.5d webmaps with qgis2web

2016-03-22 Per discussione Tom Chadwin
I released qgis2web 1.4.0 (stable) yesterday. It's the first stable release since 1.0.0, and the first stable release of the 2.5d renderer. Thanks once again to Anita, Luigi, Nyall, and Matthias for all their help in getting this more stable. -- View this message in context:

Re: [Qgis-user] 2.5d webmaps with qgis2web

2016-03-19 Per discussione Tom Chadwin
1.3.2 released to fix the bug mentioned above. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/2-5d-webmaps-with-qgis2web-tp5254480p5257209.html Sent from the Quantum GIS - User mailing list archive at Nabble.com. ___ Qgis-user

Re: [Qgis-user] 2.5d webmaps with qgis2web

2016-03-19 Per discussione Tom Chadwin
Splendid. Many thanks for the patient testing. However, please be aware of a nasty bug in the 2.5d renderer: https://github.com/tomchadwin/qgis2web/issues/221 I can't solve it yet. I've asked for help (https://lists.osgeo.org/pipermail/qgis-developer/2016-March/041965.html), but with no reply

Re: [Qgis-user] 2.5d webmaps with qgis2web

2016-03-15 Per discussione Tom Chadwin
Hi Anita I've corrected that error (no idea why it has never failed for me) in master on Github, and published to the QGIS plugins repo as 1.3.1 experimental. Thanks Tom -- View this message in context: http://osgeo-org.1560.x6.nabble.com/2-5d-webmaps-with-qgis2web-tp5254480p5256425.html

Re: [Qgis-user] 2.5d webmaps with qgis2web

2016-03-14 Per discussione Tom Chadwin
You're right. I have missed that one. Try changing that line to: symbol = renderer.symbolForFeature2(feature, renderContext) correctly indented, of course. Thanks! -- View this message in context: http://osgeo-org.1560.x6.nabble.com/2-5d-webmaps-with-qgis2web-tp5254480p5256326.html Sent from

Re: [Qgis-user] 2.5d webmaps with qgis2web

2016-03-14 Per discussione Tom Chadwin
I'm not at a machine to check, and it could be that I've just missed an instance of that error, but it almost seems like your plugin is not properly upgraded. I tried to change all instances of symbolForFeature() to symbolForFeature2(). Are you able to compare that line which throws the error in

Re: [Qgis-user] 2.5d webmaps with qgis2web

2016-03-14 Per discussione Tom Chadwin
Hrm. I wonder if Luigi is right. Try running it with the Python console open. If it still doesn't work, can you try commenting out the print line? It's just for debugging. Thanks for testing. Very much appreciated. -- View this message in context:

Re: [Qgis-user] 2.5d webmaps with qgis2web

2016-03-14 Per discussione Tom Chadwin
I've just uploaded qgis2web 1.3.0 (still experimental), which should fix the error you were experiencing - many apologies. It was caused by my misreading the API docs and missing a difference between a C++ method and its bound Python method. Also, it should now work on converted 2.5d layers. That

Re: [Qgis-user] 2.5d webmaps with qgis2web

2016-03-10 Per discussione Tom Chadwin
Oh dear. That looks like a bad mistake by me. I think I must have mistakenly committed some half-built code. I'll fix tomorrow. Is the issue serious enough that I should delete that version from the plugins repo? Apologies, all, and thanks, both, for your patience and help in debugging this one.

Re: [Qgis-user] 2.5d webmaps with qgis2web

2016-03-10 Per discussione Tom Chadwin
Really? print causes an error in Windows if the console is not open? -- View this message in context: http://osgeo-org.1560.x6.nabble.com/2-5d-webmaps-with-qgis2web-tp5254480p5255594.html Sent from the Quantum GIS - User mailing list archive at Nabble.com.

Re: [Qgis-user] 2.5d webmaps with qgis2web

2016-03-08 Per discussione Tom Chadwin
Thanks for the screencast. After you've opened the dev tools with F12, can you click the Console tab? If there are any JS errors, that's where they'll be reported. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/2-5d-webmaps-with-qgis2web-tp5254480p5255229.html Sent from

Re: [Qgis-user] 2.5d webmaps with qgis2web

2016-03-07 Per discussione Tom Chadwin
2.5d is now supported in OpenLayers 3 export (thanks to Jan, the creator of OSMBuildings). Try it out, and do report issues. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/2-5d-webmaps-with-qgis2web-tp5254480p5254804.html Sent from the Quantum GIS - User mailing list

Re: [Qgis-user] 2.5d webmaps with qgis2web

2016-03-07 Per discussione Tom Chadwin
Thanks for the files. It works for me: https://www.dropbox.com/s/jz8jbdhx0ny67j6/Screenshot%202016-03-07%2009.48.04.png?dl=0 Were you able to get to the browser console to see what errors might be there? Tom -- View this message in context:

Re: [Qgis-user] 2.5d webmaps with qgis2web

2016-03-06 Per discussione Tom Chadwin
Hi Anita It's still experimental, and there's no documentation yet, so we can try to see what might be going wrong. In the first instance: - It only works with layers which have the 2.5d renderer explicitly selected. In other words, if you use that renderer, but then convert to another to create

[Qgis-user] 2.5d webmaps with qgis2web

2016-03-04 Per discussione Tom Chadwin
Those of you who are using 2.14's splendid new 2.5d renderer can now try exporting as a webmap. The plugin qgis2web 1.1.0 (experimental) can now export 2.5d layers to a Leaflet webmap (Openlayers 3 is not yet supported). Do try it out, and report any issues you have at

[Qgis-user] qgis2web 1.0.0 released

2016-02-12 Per discussione Tom Chadwin
I've just released qgis2web 1.0.0. If you have an earlier version installed, please do update. If not, look for it in the QGIS plugins menu (Manage and Install Plugins...). Report any issues you have with it on Github - the link to it is in the plugin details. Thanks Tom -- View this message

[Qgis-user] qgis2web 1.0.0-beta launched

2015-12-16 Per discussione Tom Chadwin
I've released a first beta of qgis2web version 1.0.0. It's a plugin which makes webmaps from your QGIS project, in either OpenLayers 3 or Leaflet format. Recent major additions include support for multiple projections in OL3, along with geocode, geolocate, and measure. Leaflet now uses qgis2web

[Qgis-user] Field visibility in Python

2014-06-23 Per discussione Tom Chadwin
Tom Tom Chadwin, UK National Parks Portal Manager Telephone: 01434 611511 Mob: 07881 109617 Web: www.northumberlandnationalpark.org.ukhttp://www.northumberlandnationalpark.org.uk/ IMPORTANT NOTICE - Disclaimer - This communication is from Northumberland National Park Authority (NNPA