Re: [Qgis-user] problem with cartographic label placement

2023-01-12 Thread Andreas Neumann via QGIS-User
Hi Uwe,

I just tried it. 'B,BR' worked for me. Just don't use quotes before and
after the separator.

Greetings,
Andreas


On Thu, 12 Jan 2023 at 22:02, Uwe via QGIS-User 
wrote:

> Hello list,
>
>
>
> for cartographic label placement, according to the help docs it should be
> possible to define position priorities in a ranking.
>
> But when I open the editor and enter a comma separated list like:
>
>
>
> ‘B‘ , ‘BR‘
>
>
>
> I get an error message. Entering just one value it works. But that doesn’t
> make sense because I need at least two values to let the label move when it
> collides with a feature.
>
> What can be wrong with my input? I use 3.28.
>
>
>
> Thanks a lot for help.
>
>
>
> Uwe
> ___
> QGIS-User mailing list
> QGIS-User@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>


-- 

--
Andreas Neumann
QGIS.ORG board member (treasurer)
___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] problem with cartographic label placement

2023-01-12 Thread Uwe via QGIS-User
Hello list,

 

for cartographic label placement, according to the help docs it should be
possible to define position priorities in a ranking.

But when I open the editor and enter a comma separated list like:

 

'B' , 'BR'

 

I get an error message. Entering just one value it works. But that doesn't
make sense because I need at least two values to let the label move when it
collides with a feature.

What can be wrong with my input? I use 3.28.

 

Thanks a lot for help.

 

Uwe

___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Looking for application/server etc

2023-01-12 Thread chris hermansen via QGIS-User
Dennis and list;

On Thu, Jan 12, 2023 at 8:45 AM Dennis Burgess via QGIS-User <
qgis-user@lists.osgeo.org> wrote:

> But looking to only display what is on the customer screen.  We should
> never get the 50 meg poly..
>
> 
> *Subject:* RE: Looking for application/server etc
>
> [stuff deleted]

>
>
> PostGIS with Geometry Index’s?!
>
> Set up Styles with Zoom Levels so as when zoomed in to 1:5000, that’s the
> only time you have full LOD
>


> [stuff deleted]
>
> 
>


> *From:* QGIS-User  *On Behalf Of *Dennis
> Burgess via QGIS-User
> *Sent:* 12 January 2023 15:43
> *To:* qgis-user@lists.osgeo.org
> *Subject:* [Qgis-user] Looking for application/server etc
>
>
>
> Looking for something that can take a HUGE, say a 50-75 meg mutli-polygon
> (multi-state etc.), that has detail level down to 1meter, then parse it and
> display it within 1meg on top of mapping systems in a web browser ?
> Options?  Not to mention, we have a few thousand of these so we need to be
> able to call the mapping for any one of them.   We also need it to simplify
> it i.e. maybe deliver a max a 1 meg to the customer..  if they zoom out we
> want to make it simpler to deliver something to the customer..  I’m sure
> there is a way of doing this..
>
>
>
> I’m sure there is an application, server, something that can do this
> automatically..
>
>
>
Dennis, do you mean your object of interest is a MULTIPOLYGON?  Because if
so, your bounding box, and therefore your spatial index, is going to bound
the entire polygon, and that's going to limit any kind of efficiency as you
zoom in.

You might consider splitting your MULTIPOLYGON into POLYGONs.  That way
each POLYGON will have its own bounding box and therefore your spatial
indexing scheme will have the chance to be more efficient.  But of course
you have to watch out for polygons like the Mississippi River.

This article might help
https://www.alibabacloud.com/blog/postgresql-how-to-optimize-spatial-index-based-query-performance-for-multipolygon-data_597324

I agree with Richard; PostGIS provides nice geometry indexing.  Probably
other database managers do as well.

I'm not certain that I follow what you are doing precisely, but one kind of
architecture would be to have your database within PostgreSQL / PostGIS,
being accessed by QGIS server and delivered to your clients that way.

The QGIS server guide is here
https://docs.qgis.org/3.22/en/docs/server_manual/index.html

The PostGIS manual is here https://postgis.net/documentation/

There are many, many resources available to learn PostGIS.  From personal
experience I know this is a good one
https://www.manning.com/books/postgis-in-action-third-edition

-- 
Chris Hermansen · clhermansen "at" gmail "dot" com

C'est ma façon de parler.
___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Looking for application/server etc

2023-01-12 Thread Dennis Burgess via QGIS-User
I don't know what it is called.  We currently use google maps to display, but 
we are loading everything onto maps, so it works as long as its not big.  We 
need something that can auto scale depending on the map view..  



Dennis Burgess

Mikrotik : Trainer, Network Associate, Routing Engineer, Wireless Engineer, 
Traffic Control Engineer, Inter-Networking Engineer, Security Engineer, 
Enterprise Wireless Engineer
Hurricane Electric: IPv6 Sage Level
Cambium: ePMP 

Author of "Learn RouterOS- Second Edition" 
Link Technologies, Inc -- Mikrotik & WISP Support Services 
Office: 314-735-0270  Website: http://www.linktechs.net 
Create Wireless Coverage's with www.towercoverage.com 
Need MikroTik Cloud Management: https://cloud.linktechs.net 
How did we do today?


-Original Message-
From: johannes.kroe...@wheregroup.com  
Sent: Thursday, January 12, 2023 10:14 AM
To: Dennis Burgess 
Cc: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] Looking for application/server etc

Vector tiles?

Am 2023-01-12 16:43, schrieb Dennis Burgess via QGIS-User:
> Looking for something that can take a HUGE, say a 50-75 meg 
> mutli-polygon (multi-state etc.), that has detail level down to 
> 1meter, then parse it and display it within 1meg on top of mapping 
> systems in a web browser ?  Options?  Not to mention, we have a few 
> thousand of these so we need to be able to call the mapping for any
> one of them.   We also need it to simplify it i.e. maybe deliver a max
> a 1 meg to the customer..  if they zoom out we want to make it simpler 
> to deliver something to the customer..  I'm sure there is a way of 
> doing this..
> 
> I'm sure there is an application, server, something that can do this 
> automatically..
> 
> Dennis Burgess
> ___
> QGIS-User mailing list
> QGIS-User@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Looking for application/server etc

2023-01-12 Thread Dennis Burgess via QGIS-User
But looking to only display what is on the customer screen.  We should never 
get the 50 meg poly..


[LTI-Full_175px]
Dennis Burgess

Mikrotik : Trainer, Network Associate, Routing Engineer, Wireless Engineer, 
Traffic Control Engineer, Inter-Networking Engineer, Security Engineer, 
Enterprise Wireless Engineer
Hurricane Electric: IPv6 Sage Level
Cambium: ePMP

Author of "Learn RouterOS- Second Edition"
Link Technologies, Inc -- Mikrotik & WISP Support Services
Office: 314-735-0270  Website: 
http://www.linktechs.net
Create Wireless Coverage's with www.towercoverage.com
Need MikroTik Cloud Management: https://cloud.linktechs.net
How did we do today?
[Gold 
Star][Green
 
Light][Yellow
 
Light][Red
 
Light]

From: Richard McDonnell 
Sent: Thursday, January 12, 2023 10:18 AM
To: Dennis Burgess 
Cc: qgis-user@lists.osgeo.org
Subject: RE: Looking for application/server etc

PostGIS with Geometry Index's?!
Set up Styles with Zoom Levels so as when zoomed in to 1:5000, that's the only 
time you have full LOD



--
Richard McDonnell MSc GIS, FME Certified Professional
FRM Data Management

--
Oifig na nOibreacha Poiblí
Office of Public Works

Sráid Jonathan Swift, Baile Átha Troim, Co na Mí, C15 NX36
Jonathan Swift Street, Trim, Co Meath, C15 NX36
--
M +353 87 688 5964 T +353 46 942 2409
https://gov.ie/opw

--
To send me files larger than 30MB, please use the link below 
https://filetransfer.opw.ie/filedrop/richard.mcdonn...@opw.ie

Email Disclaimer: 
https://www.gov.ie/en/organisation-information/439daf-email-disclaimer/



--
MSc GIS, FME Certified Professional

--
Oifig na nOibreacha Poiblí
Office of Public Works

Sráid Jonathan Swift, Baile Átha Troim, Co na Mí, C15 NX36
Jonathan Swift Street, Trim, Co Meath, C15 NX36
--
M +353 87 688 5964 T +353 46 942 2409
https://https://gov.ie/opw

--
Email Disclaimer: 
https://www.gov.ie/en/organisation-information/439daf-email-disclaimer/

From: QGIS-User 
mailto:qgis-user-boun...@lists.osgeo.org>> 
On Behalf Of Dennis Burgess via QGIS-User
Sent: 12 January 2023 15:43
To: qgis-user@lists.osgeo.org
Subject: [Qgis-user] Looking for application/server etc

Looking for something that can take a HUGE, say a 50-75 meg mutli-polygon 
(multi-state etc.), that has detail level down to 1meter, then parse it and 
display it within 1meg on top of mapping systems in a web browser ?  Options?  
Not to mention, we have a few thousand of these so we need to be able to call 
the mapping for any one of them.   We also need it to simplify it i.e. maybe 
deliver a max a 1 meg to the customer..  if they zoom out we want to make it 
simpler to deliver something to the customer..  I'm sure there is a way of 
doing this..

I'm sure there is an application, server, something that can do this 
automatically..



Dennis Burgess
___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Looking for application/server etc

2023-01-12 Thread Richard McDonnell via QGIS-User
PostGIS with Geometry Index's?!
Set up Styles with Zoom Levels so as when zoomed in to 1:5000, that's the only 
time you have full LOD



--
Richard McDonnell MSc GIS, FME Certified Professional
FRM Data Management

--
Oifig na nOibreacha Poibl?
Office of Public Works

Sr?id Jonathan Swift, Baile ?tha Troim, Co na M?, C15 NX36
Jonathan Swift Street, Trim, Co Meath, C15 NX36
--
M +353 87 688 5964 T +353 46 942 2409
https://gov.ie/opw

--
To send me files larger than 30MB, please use the link below 
https://filetransfer.opw.ie/filedrop/richard.mcdonn...@opw.ie

Email Disclaimer: 
https://www.gov.ie/en/organisation-information/439daf-email-disclaimer/

--
MSc GIS, FME Certified Professional

--
Oifig na nOibreacha Poibl?
Office of Public Works

Sr?id Jonathan Swift, Baile ?tha Troim, Co na M?, C15 NX36
Jonathan Swift Street, Trim, Co Meath, C15 NX36
--
M +353 87 688 5964 T +353 46 942 2409
https://https://gov.ie/opw

--
Email Disclaimer: 
https://www.gov.ie/en/organisation-information/439daf-email-disclaimer/
From: QGIS-User  On Behalf Of Dennis Burgess 
via QGIS-User
Sent: 12 January 2023 15:43
To: qgis-user@lists.osgeo.org
Subject: [Qgis-user] Looking for application/server etc

Looking for something that can take a HUGE, say a 50-75 meg mutli-polygon 
(multi-state etc.), that has detail level down to 1meter, then parse it and 
display it within 1meg on top of mapping systems in a web browser ?  Options?  
Not to mention, we have a few thousand of these so we need to be able to call 
the mapping for any one of them.   We also need it to simplify it i.e. maybe 
deliver a max a 1 meg to the customer..  if they zoom out we want to make it 
simpler to deliver something to the customer..  I'm sure there is a way of 
doing this..

I'm sure there is an application, server, something that can do this 
automatically..



Dennis Burgess
___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Looking for application/server etc

2023-01-12 Thread WhereGroup

Vector tiles?

Am 2023-01-12 16:43, schrieb Dennis Burgess via QGIS-User:

Looking for something that can take a HUGE, say a 50-75 meg
mutli-polygon (multi-state etc.), that has detail level down to
1meter, then parse it and display it within 1meg on top of mapping
systems in a web browser ?  Options?  Not to mention, we have a few
thousand of these so we need to be able to call the mapping for any
one of them.   We also need it to simplify it i.e. maybe deliver a max
a 1 meg to the customer..  if they zoom out we want to make it simpler
to deliver something to the customer..  I'm sure there is a way of
doing this..

I'm sure there is an application, server, something that can do this
automatically..

Dennis Burgess
___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Looking for application/server etc

2023-01-12 Thread Dennis Burgess via QGIS-User
Looking for something that can take a HUGE, say a 50-75 meg mutli-polygon 
(multi-state etc.), that has detail level down to 1meter, then parse it and 
display it within 1meg on top of mapping systems in a web browser ?  Options?  
Not to mention, we have a few thousand of these so we need to be able to call 
the mapping for any one of them.   We also need it to simplify it i.e. maybe 
deliver a max a 1 meg to the customer..  if they zoom out we want to make it 
simpler to deliver something to the customer..  I'm sure there is a way of 
doing this..

I'm sure there is an application, server, something that can do this 
automatically..



Dennis Burgess
___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Service Ticket #353317 - GIS work on VPN - Archae-Aus

2023-01-12 Thread Andreas Neumann via QGIS-User

Hi Virag,

This depends a bit on the data sources used in the project (files vs 
databases vs web services).


But in general, VPN connections with a high latency are not recommended 
and will result in really bad user experience. QGIS does a lot if I/O 
when opening layers and working with databases. A low latency in your 
network is crucial for having a good user experience.


If you run into such issues, I recommend using a remote desktop solution 
(such as RDP, Citrix) and make sure that the QGIS desktop application 
runs in the same local network like your database / data source - so 
that the latency between QGIS desktop and your data sources is 
minimized.


BTW: other GIS will have the same issue. For example ESRI ArcGIS desktop 
wouldn't perform well in such a situation.


Greetings,

Andreas

On 2023-01-12 03:25, Virag Gandhi via QGIS-User wrote:


Hi Team,

We have a client who has been using QGIS application on VPN and finding 
slowness very running the same application on VPN, can you please 
advise how to do we contact your technical team to get further support 
on this and find out if it is recommended to run application on VPN or 
not?


Please do not hesitate to contact me with the further queries.

Virag Gandhi
Senior IT Support Engineer

MOBILE +61 452 585 311

PHONE +61 8 9335 5779

Suite 8 │ The Gateway Business Complex
173 Davy Street │ Booragoon │ WA │ 6154

___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Service Ticket #353317 - GIS work on VPN - Archae-Aus

2023-01-12 Thread Luigi Pirelli via QGIS-User
VPN shouldn't affect speed other if the QGIS inside VPN is attaching some
remote folder included in the QGIS browser... try to remove that folder
from the browser scan.

Luigi Pirelli

**
* LinkedIn: https://www.linkedin.com/in/luigipirelli
* Stackexchange: http://gis.stackexchange.com/users/19667/luigi-pirelli
* GitHub: https://github.com/luipir
* Book: Mastering QGIS3 - 3rd Edition

* Hire a team: http://www.qcooperative.net
**


On Thu, 12 Jan 2023 at 03:25, Virag Gandhi via QGIS-User <
qgis-user@lists.osgeo.org> wrote:

> Hi Team,
>
>
>
> We have a client who has been using QGIS application on VPN and finding
> slowness very running the same application on VPN, can you please advise
> how to do we contact your technical team to get further support on this and
> find out if it is recommended to run application on VPN or not?
>
>
>
> Please do not hesitate to contact me with the further queries.
>
>
>
> Virag Gandhi
> *Senior IT Support Engineer*
>
>
>
> *MOBILE* +61 452 585 311
>
> *PHONE* +61 8 9335 5779
>
>
> Suite 8 │ The Gateway Business Complex
> 173 Davy Street │ Booragoon │ WA │ 6154
>
>
>
> [image: A picture containing object Description automatically generated]
>
>
> ___
> QGIS-User mailing list
> QGIS-User@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user
>
___
QGIS-User mailing list
QGIS-User@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user