[Qgis-user] QAD Dimension plugin in Qgis 2.10.1 Pisa
Franco Cazzola
F.Cazzola at amga.it
Mon Jun 12 07:05:02 PDT 2017
Hi
I am using QAD plugin with QGIS Pisa release.
When I use QAD plugin with sample data and dimension.qgs it works well.
If I import the three layer: point, symbol, line from QAD sample data into my qgis project, I have some malfunction (i.e. rotation text)
May I import part/all dimension.qgs setting into my .qgs file or may I import/use standard.dim setting into my qgs project ?
Can anyone give me any help ?
Tks
Cheers
Franco Cazzola
-----Messaggio originale-----
Da: gam17 at riseup.net<mailto:gam17 at riseup.net> [mailto:gam17 at riseup.net]
Inviato: giovedì 2 giugno 2016 11:38
A: Franco Cazzola
Oggetto: Re: QAD Dimension plugin in Qgis 2.14.3 Essen (Franco Cazzola)
Have you read the QAD help ? (You can open the help running "help"
command or from QAD menu)
Looking at the italian version, you can focus on "layer" and "quotatura"
chapters.
From the "quotatura" QAD help chapter:
"
QAD memorizza gli elementi costituenti una quotatura in 3 layer
distinti:
· Layer testuale per memorizzare i testi delle quote
· Layer simbolo per memorizzare gli elementi puntuali delle
quote (punti di quotatura, simboli freccia…)
· Layer lineare per memorizzare gli elementi lineari delle
quote(linea di quota, linee di estensione…) "
All layer details are described in this section. Did you follow the instructions ?
Many people don't know what a text layer is. Infact it doesn't exist in qgis logic. It only exists in QAD world.
From the "layer" QAD help chapter:
"
QAD supporta tutti i tipi di layer vettoriali di QGIS con una distinzione per quanto riguarda i layer puntuali. Infatti QAD tratta i layer puntuali di QGIS distinguendoli tra layer simboli e layer testi. I primi hanno lo scopo di visualizzare dei simboli mentre i secondi hanno lo scopo di visualizzare dei testi.
Il layer testo è un layer che visualizza esclusivamente delle etichette.
Si tratta di un layer QGIS puntuale con le seguenti caratteristiche:
il simbolo deve avere una trasparenza di almeno il 90%
deve avere una etichetta
I layer puntuali che non sono testuali, verranno considerati dei layer simboli.
"
if you decide to use dimension please make the id field of the text layer a unique value column you can see the site:
https://anitagraser.com/2010/10/27/adding-a-unique-id-column-to-layers-in-qgis/
if you use postgis
you can create a field like the following example
CREATE TABLE land (
-- make the "id" column a primary key; this also creates
-- a UNIQUE constraint and a b+-tree index on the column
gid SERIAL PRIMARY KEY,
name TEXT,
the_geom geometry
);
hope it helps
> Hi
> As suggested, I tried QAD plugin and dimension features using the
> sample project provided with the plugin.
> The three dimension features work well.
>
> May I use these features inside other QGIS project ?
> I load a copy of the three layers shape files (dim_line, dim_text,
> dim_symbol) inside a current project.
> I tried to create a new dimension style:
> in the mask, I can choose and set: Line.layer, Symbol.layer but
> Text.layer and all others field are disable
>
> Thanks for your contribution
> Franco Cazzola
>
>
> -----Messaggio originale-----
> Da: gam17 at riseup.net<mailto:gam17 at riseup.net> [mailto:gam17 at riseup.net]
> Inviato: martedì 24 maggio 2016 17:03
> A: Franco Cazzola
> Oggetto: Re: R: R: [Qgis-user] Dimension plugin in Qgis 2.10.1 Pisa
>
> hi,
> can you write in english, please ?
> Anyway, after loading the sample project you have to set the current
> dimension style.
> You can do it setting the dimstyle variable to "standard" value
> running the _setvar command or _dimstyle command.
> After that you can run dimlinear or dimaligned command.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-user/attachments/20170612/a63e0ea8/attachment.html>
More information about the Qgis-user
mailing list