[Qgis-user] Fwd: RES: How to convert multiple features to single Feature - Shape file

2021-06-30 Thread Nicolas Cadieux
Nicolas Cadieux https://gitlab.com/njacadieux Début du message transféré : > De: Tiago Moraes Silva > Date: 30 juin 2021 à 21:49:09 HAE > À: Nicolas Cadieux > Objet: RES: [Qgis-user] How to convert multiple features to single Feature - > Shape file > >  > Hi, > > I agree with Nicollas

Re: [Qgis-user] Graphical model repository

2021-06-30 Thread Nicolas Cadieux
Exactly! Thanks! It did not come up on Google. There are only 4 models so it’s new. Nicolas Cadieux https://gitlab.com/njacadieux > Le 30 juin 2021 à 16:27, Charles Dixon-Paver a écrit : > >  > Not entirely sure what's being asked but do you mean something like >

Re: [Qgis-user] Apache Solr in QGIS

2021-06-30 Thread Thomas Gratier
Hi, You can take a look at French locator filter. It does http call with autocomplete to search French addresses https://gitlab.com/Oslandia/qgis/french_locator_filter/ You need to borrow the same logic to consume from your Apache Solr Regards Thomas Gratier Le mar. 29 juin 2021 à 09:19,

Re: [Qgis-user] [Qgis-community-team] Choropleth mapping

2021-06-30 Thread Charles Dixon-Paver
I think this query is best served on the qgis user mailing list so I'm moving it there. In terms of creating a choropleth, QGIS is well suited to the task and there is a multitude of ways in which you can achieve this. The simplest may be to change the layer symbology from single symbol to a

Re: [Qgis-user] Graphical model repository

2021-06-30 Thread Charles Dixon-Paver
Not entirely sure what's being asked but do you mean something like https://plugins.qgis.org/models/ Many users also have their own github repos with models and the like. If you mean a simple way to share/ load/ distribute models I think the resource sharing plugin does a pretty good job. On

Re: [Qgis-user] How to convert multiple features to single Feature - Shape file

2021-06-30 Thread Nicolas Cadieux
Hi, Multipart to single part will only split multipart object if they exist. In your case, you have no multipart objects. What you appear to have is multiple line on top of each other. (Overlapping lines. That is probably because you did a all-to all shortest path analysis. Therefore, you

Re: [Qgis-user] How to convert multiple features to single Feature - Shape file

2021-06-30 Thread krishna Ayyala
Tiago, Thanks for your reply. Actually my shapefile is a polyLine. It is not a polygon. My polyline shape file had about 6000 lines. When I ran 'multiparts to single parts" It resulted in a shapefile which also had 6000 lines. I was hoping it to be simplified to 30 or 40 lines but that did not

[Qgis-user] Graphical model repository

2021-06-30 Thread Nicolas Cadieux
Hi, Is there a graphical modeler repository yet?  I think one was in planning stage?  If not, can I easily go from a model --> script --> processing plugin provider using the plugin builder?  I am currently useless in GUI programing... Thanks -- Nicolas Cadieux

[Qgis-user] Preview of the QGIS Earth, Sun, Moon, & Planets Plugin

2021-06-30 Thread C Hamilton
I thought I would give you an alpha version of the QGIS Earth, Sun, Moon & Planets plugin I am developing. This plugin requires QGIS 3.14 or more recent. It is also rather large because it contains all the data needed to run. If you are on windows and want to download a self contained windows

Re: [Qgis-user] R: QGIS Server, Lizmap / OpenLayer, QGIS2Web

2021-06-30 Thread Gerald Kogler
On 30/6/21 16:42, Riccardo D'Alvito wrote: > Thank you for your reply, it really helped me to understand some of the > steps but on the other hand, it triggered more questions. > > 1. So QGIS2Web doesn't need QGIS Server for online map publishing? Just > take the files that are generated by

Re: [Qgis-user] QGIS Server, Lizmap / OpenLayer, QGIS2Web

2021-06-30 Thread Alessandro Pasotti
On Wed, Jun 30, 2021 at 4:11 PM Gerald Kogler wrote: > Hi, > > qgis2web exports a static version of your QGIS project to web using > OpenLayers or Leaflet as webmap technologies. It gives you some options > on export, furthermore you could take the exported code and customize it > furthermore.

[Qgis-user] R: QGIS Server, Lizmap / OpenLayer, QGIS2Web

2021-06-30 Thread Riccardo D'Alvito
Thank you for your reply, it really helped me to understand some of the steps but on the other hand, it triggered more questions. 1. So QGIS2Web doesn't need QGIS Server for online map publishing? Just take the files that are generated by exporting the project (into QGIS), upload them to

Re: [Qgis-user] QGIS Server, Lizmap / OpenLayer, QGIS2Web

2021-06-30 Thread Gerald Kogler
Hi, qgis2web exports a static version of your QGIS project to web using OpenLayers or Leaflet as webmap technologies. It gives you some options on export, furthermore you could take the exported code and customize it furthermore. It produces pure HTML+JS+CSS so you could host it on any server.

Re: [Qgis-user] replace '\' problem

2021-06-30 Thread Werner Macho
Hi, As David already mentioned... Backslash is a special character and has to be treated special. Therefor you would have to write replace("field", '\\', '.') to replace a single backslash with a dot .. special characters have to be "escaped" Probably see

Re: [Qgis-user] replace '\' problem

2021-06-30 Thread Marcos
Thank you for your comment, David, I will try to make myself clear: when I wrote the snippet "*replace("field", '\', '.')*" at the field calculator, it doesn't return anything, that is, the fields are not replaced. Does anyone have any idea why? Thanks to the whole community, I learn a lot from

[Qgis-user] QGIS Server, Lizmap / OpenLayer, QGIS2Web

2021-06-30 Thread Riccardo D'Alvito
Morning. I would like to get information on the differences that there are between QGIS Server and LizMap and between OpenLayers and QGIS2Web. I can't quite figure out where the operation of one ends and the operation of the other begins. I know I'm getting a little confused so I need some keys

Re: [Qgis-user] Reduce the file size of the shape file

2021-06-30 Thread Hervé Furstoss
Hello, I have noticed that some tools of Qgis sets the size of the data in the attribute table to its maximum (64) when processing the data. This will increase the size of shapefile but just one file is concerned the dbf file. A way to reduce the size of the shapefile can be to reduce that