Re: [Qgis-user] Anybody knows how to download OSM Turn Restrictions?

2017-08-30 Thread Clifford Snow
Overpass can grab turn restrictions. Read the wiki[1] for information on
how turn restrictions are tagged.

For example, this query [1] grabs all turn restrictions in my county. Once
the query has run download a geojson for loading into QGIS

[out:json][timeout:25];
// fetch area “skagit county” to search in
{{geocodeArea:skagit county}}->.searchArea;
// gather results
(
  // query part for: “type=restriction and restriction=*”

  relation["type"="restriction"]["restriction"](area.searchArea);
);
// print results
out body;
>;
out skel qt;

FYI - Read the OSM wiki[2] for information on how turn restrictions are
tagged to help improve the query or to narrow down the results

[1] http://overpass-turbo.eu/s/rn7
[2] https://wiki.openstreetmap.org/wiki/Relation:restriction


Clifford

-- 
@osm_seattle
osm_seattle.snowandsnow.us
OpenStreetMap: Maps with a human touch
___
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] Debian/Ubuntu Install of 2.18 and 2.99 Together?

2017-08-30 Thread Kory Roberts
Is there a recommended way of concurrently installing both 2.18 and 2.99 on 
Debian/Ubuntu that isn't overly complicated (getting into and out of)?  I 
have the latest release of 2.18 installed using the repository 
http://qgis.org/ubuntugis.  I'd like to preview the upcoming version, but 
when I added the repository http://qgis.org/ubuntugis-nightly, it looked 
like the update manager was going to upgrade QGIS.  What I really wanted 
was to install them both.  Thanks.



___
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-it-user] QGis DEV 2.99 - Abilita ricalcolo

2017-08-30 Thread Marco Spaziani
Ooops ...ovviamente l'oggetto era: Abilita ricalco e non ricalcolo

Il giorno 30 agosto 2017 22:07, Marco Spaziani 
ha scritto:

> Mi piace molto la funzione Abilita ricalco perchè ha una buona tolleranza
> e quindi "capisce" il bordo da ricalcare pur non passandoci sopra vertice
> per vertice.
> In 2.18 c'era un plugin che faceva cose analoghe, ma questa funzione
> "core" la trovo più semplice e intuitiva.
>
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


[QGIS-it-user] QGis DEV 2.99 - Abilita ricalcolo

2017-08-30 Thread Marco Spaziani
Mi piace molto la funzione Abilita ricalco perchè ha una buona tolleranza e
quindi "capisce" il bordo da ricalcare pur non passandoci sopra vertice per
vertice.
In 2.18 c'era un plugin che faceva cose analoghe, ma questa funzione "core"
la trovo più semplice e intuitiva.
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


[Qgis-user] Problems building 2.18.x on Slackware-14.2

2017-08-30 Thread Rich Shepard

  Using the SlackBuilds.org script for both 2.18.11 and 2.18.12 produces an
error on my system:

-- Found QScintilla2 PyQt module: 2.9.1
CMake Error at /usr/lib/cmake/qjson/QJSONTargets.cmake:16 (ADD_LIBRARY):
  add_library cannot create imported target "qjson" because another target
  with the same name already exists.
Call Stack (most recent call first):
  /usr/lib/cmake/qjson/QJSONConfig.cmake:6 (include)
  src/providers/arcgisrest/CMakeLists.txt:1 (FIND_PACKAGE)

  I've been told this happens when Qt4/PyQt4 and Qt5/PyQt5 are installed on
the same host; removing both version 5 packages removes the error. I need
both versions because different applications require one version or the
other.

  My web search for this error produced hits with other applications on
different distributions.

  Why is having two versions of Qt and PyQt affect compiling qgis and how
can I resolve this problem?

Rich


___
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] Anybody knows how to download OSM Turn Restrictions?

2017-08-30 Thread Andre Joost

Am 30.08.2017 um 11:09 schrieb DelazJ:

Hi,
I think that the OpenStreetMap native tool in QGIS offers a way to
filter an osm layer based on tags (you'll first need to download the
whole data from OSM and use the "Export Topology..." tool ). See
http://docs.qgis.org/2.18/en/docs/user_manual/managing_data_source/opening_data.html#importing-openstreetmap-vectors.



I doubt that this will work. From the relation of type restriction, you 
need the relation tags and the "role" tags for the ways and nodes to 
model a turn restriction.

See http://wiki.openstreetmap.org/wiki/Relation:restriction

The OSM importer tool, only builds points, lines and polygones, dropping 
the restriction relations completely.


QuickOSM (via Overpass) is able to laod the relation, but just models 
lines and points without the role information.


Add vector layer is able to import "other relations", but without geometry.

Even osm2pgsql does not import the turn restriction relations (like it 
does for routes).


Greetings,
André Joost




___
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-it-user] QGIS e PROXY - Impossibile accedere ai plugins - RISOLTO

2017-08-30 Thread girarsi
Il 30/08/2017 16:39, francesco.fiermo...@polito.it ha scritto:
> Ciao a Tutti,
> 
> in effetti era un problema di proxy ovvero di come "Kerberos" non
> "autenticava" le richieste di QGIS.
> 
> Ringrazio Simone per la dritta...
> 
> Ciao,
> Francesco.
> 

Meglio così.


-- 
Simone Girardelli
_|_|_|_|_|_|_|_|_|_
|_|_|_|_|_|_|_|_|_|_|


___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


[QGIS-it-user] QGIS e PROXY - Impossibile accedere ai plugins - RISOLTO

2017-08-30 Thread francesco.fiermo...@polito.it

Ciao a Tutti,

in effetti era un problema di proxy ovvero di come "Kerberos" non "autenticava" 
le richieste di QGIS.

Ringrazio Simone per la dritta...

Ciao,
Francesco.

___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [Qgis-user] Anybody knows how to download OSM Turn Restrictions?

2017-08-30 Thread DelazJ
Hi,
I think that the OpenStreetMap native tool in QGIS offers a way to
filter an osm layer based on tags (you'll first need to download the
whole data from OSM and use the "Export Topology..." tool ). See
http://docs.qgis.org/2.18/en/docs/user_manual/managing_data_source/opening_data.html#importing-openstreetmap-vectors.

Regards,
Harrissou

2017-08-30 10:31 GMT+02:00 magerlin :
> Like I can download and display road sections with attributes like speed from
> OSM in QGIS I would like to be able to also show turn restrictions in
> intersections like the data shown in this map:
> https://ahorn.lima-city.de/tr/   .
>
> I know it has to do with the tag "Relation:restriction" in OSM but I do not
> see the possibility to get these to QGIS in any of the OSM download/import
> methods I am aware of.
>
> Anybody have experiences in this?
>
>
>
> -
> Regards Morten
>
> Currently using Qgis 2.18.12 (OSGeo4),
> Windows 7, 64bit
> --
> Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
> ___
> 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] Anybody knows how to download OSM Turn Restrictions?

2017-08-30 Thread magerlin
Like I can download and display road sections with attributes like speed from
OSM in QGIS I would like to be able to also show turn restrictions in
intersections like the data shown in this map: 
https://ahorn.lima-city.de/tr/   .

I know it has to do with the tag "Relation:restriction" in OSM but I do not
see the possibility to get these to QGIS in any of the OSM download/import
methods I am aware of.

Anybody have experiences in this?



-
Regards Morten

Currently using Qgis 2.18.12 (OSGeo4),
Windows 7, 64bit
--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-User-f4125267.html
___
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-it-user] Compatibilità del file .qgs tra 2.x e 3.x

2017-08-30 Thread Paolo Cavallini
Buona notizia, grazie.

Il 30 agosto 2017 09:04:45 WEST, Marco Spaziani  ha 
scritto:
>Dalle prime prove che ho fatto al volo, (ho aperto il progetto del
>Piano
>Territoriale Paesaggistico che include una pletora di svariati
>riempimenti
>con stili tra i più diversi tra loro), non sembrerebbe esserci alcun
>problema, per quanto riguarda il "riconoscimento" e la fedele
>"riproduzione" degli Stili, nell'aprire con Qgis 2.99 (alias Qgis 3.x)
>i
>progetti realizzati con Qgis 2.18 (sto usando la versione di Qgis 2.99
>del
>28 agosto).
>
>Il giorno 19 agosto 2017 15:28, Paolo Cavallini 
>ha
>scritto:
>
>> Il 17/08/2017 22:13, Marco Spaziani ha scritto:
>> > Ciao Paolo. Do per scontato  che il tuo lapidario e chiarissimo
>"si"
>> > valga solo per i file .qgs che si creeranno ex novo con la 3.x
>quando
>> > poi si tenterà di aprirli con la vecchia 2.18.x ossia, viceversa,
>do per
>> > scontato la 3.x aprirà senza problemi i file .qgs creati in
>precedenza
>> > con la vecchia 2.18.x ...vero? ...altrimenti ...addio archivio
>lavori
>> > fatti con la 2.x negli ultimi anni ;-)
>>
>> se nel passaggio qualcosa va perso, è un bug, e va segnalato.
>> prima si segnala più facile è che venga sistemato, quindi se la cosa
>ti
>> sta a cuore ti consiglio caldamente di iniziare a testare la versione
>di
>> sviluppo.
>> buone cose, facci sapere.
>> --
>> Paolo Cavallini - www.faunalia.eu
>> QGIS & PostGIS courses: http://www.faunalia.eu/training.html
>> https://www.google.com/trends/explore?date=all=IT=qgis,arcgis
>>

-- 
Sent from mobile. Sorry for being short___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] Traduzione QGIS 3

2017-08-30 Thread skampus
skampus wrote
> Buongiorno a tutti,
> abbiamo quasi finito di tradurre la GUI. ancora poche stringhe ed è fatta!
> Invero, spero che non saranno inserite nuove funzionalità (e quindi nuove
> stringhe), così riusciamo a dare una ripassata anche alla coerenza ed
> armonizzazione dei termini.

sigh, appena aggiunte altre 101 stringhe...


skampus wrote
> 1) Data-defined size legend
> Il contesto è QgsRendererWidget

accettata "Dimensione legenda definita dai dati" (anche se in inglese non è
così...)



skampus wrote
> 2) l'altro dubbio è la resa del termine "ring".

mettiamo "buco" quando si riferisce all'operazione di creazione,
cancellazione e riempimento e "anello" per tutti gli altri contesti

s.



--
Sent from: http://osgeo-org.1560.x6.nabble.com/QGIS-Italian-User-f5250612.html
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] Compatibilità del file .qgs tra 2.x e 3.x

2017-08-30 Thread Marco Spaziani
Dalle prime prove che ho fatto al volo, (ho aperto il progetto del Piano
Territoriale Paesaggistico che include una pletora di svariati riempimenti
con stili tra i più diversi tra loro), non sembrerebbe esserci alcun
problema, per quanto riguarda il "riconoscimento" e la fedele
"riproduzione" degli Stili, nell'aprire con Qgis 2.99 (alias Qgis 3.x) i
progetti realizzati con Qgis 2.18 (sto usando la versione di Qgis 2.99 del
28 agosto).

Il giorno 19 agosto 2017 15:28, Paolo Cavallini  ha
scritto:

> Il 17/08/2017 22:13, Marco Spaziani ha scritto:
> > Ciao Paolo. Do per scontato  che il tuo lapidario e chiarissimo "si"
> > valga solo per i file .qgs che si creeranno ex novo con la 3.x quando
> > poi si tenterà di aprirli con la vecchia 2.18.x ossia, viceversa, do per
> > scontato la 3.x aprirà senza problemi i file .qgs creati in precedenza
> > con la vecchia 2.18.x ...vero? ...altrimenti ...addio archivio lavori
> > fatti con la 2.x negli ultimi anni ;-)
>
> se nel passaggio qualcosa va perso, è un bug, e va segnalato.
> prima si segnala più facile è che venga sistemato, quindi se la cosa ti
> sta a cuore ti consiglio caldamente di iniziare a testare la versione di
> sviluppo.
> buone cose, facci sapere.
> --
> Paolo Cavallini - www.faunalia.eu
> QGIS & PostGIS courses: http://www.faunalia.eu/training.html
> https://www.google.com/trends/explore?date=all=IT=qgis,arcgis
>
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [QGIS-it-user] simboli multipli per poligono

2017-08-30 Thread matteo
Ciao,

non ho capito bene il problema. Per ogni punto del layer vorresti avere
più simboli sovrapposti?

Matteo
___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user


Re: [Qgis-user] Test

2017-08-30 Thread g.corral
Confirmed





 Cordialement,
  

 Guayente CORRAL BROTO

   Hydrogéologue / EurGeol n°1336 






 


 http://www.survey-groupe.fr

 

Chemin d'Enrobert

32200 Gimont

 - Tél: +33 (0)5 62 65 67 65

 - Mob: +33 (0)6 48 74 43 67






-Original Message-
From: 
To: 
Date: Wed, 30 Aug 2017 06:42:15 +
Subject: [Qgis-user] Test



Hi all,

 

can anyone confirm if my mails to the list are received? Usually I always 
got copies of my own posts via the list but now not anymore. The config is 
OK, at “Receive your own posts”  “yes” is checked. I receive all 
posts from other users. Still I can see my posts in the archive. I just want 
to find out if the spam filter in my company behaves strange or if there is 
any problem with the list. Thank you!

 

Regards

Benjamin

 ___
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] Test

2017-08-30 Thread Nyall Dawson
On 30 August 2017 at 16:42,   wrote:
> Hi all,
>
>
>
> can anyone confirm if my mails to the list are received? Usually I always
> got copies of my own posts via the list but now not anymore. The config is
> OK, at “Receive your own posts”  “yes” is checked. I receive all posts from
> other users. Still I can see my posts in the archive. I just want to find
> out if the spam filter in my company behaves strange or if there is any
> problem with the list. Thank you!

Confirmed
___
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] Test

2017-08-30 Thread Fuenfer-Koenigstein.Benjamin2
Hi all,

can anyone confirm if my mails to the list are received? Usually I always got 
copies of my own posts via the list but now not anymore. The config is OK, at 
"Receive your own posts"  "yes" is checked. I receive all posts from other 
users. Still I can see my posts in the archive. I just want to find out if the 
spam filter in my company behaves strange or if there is any problem with the 
list. Thank you!

Regards
Benjamin

___
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-it-user] simboli multipli per poligono

2017-08-30 Thread e

ciao,

QGIS su ubuntu 16.04,

sto disegnando una mappa geologica  e cerco un modo per posizionare più 
simboli della litologia su un singolo poligono (sono complessi e si 
comprende meglio se la stessa litologia è più volte segnata) senza dover 
dividere il poligono.


grazie

___
QGIS-it-user mailing list
QGIS-it-user@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/qgis-it-user