[Qgis-user] Compiling QGIS on Windows7: missing batch files

2013-08-02 Thread redfrex
Hey, 

I'm trying to build QGIS 1.8 on Windows 7 following these instructions
(https://github.com/qgis/Quantum-GIS/blob/master/INSTALL). 

Building QGIS on MSVC express 2008 works without any error messages and also
the QGIS folder and all the executables are created in C:/Program
Files/qgis1.8.0. I can also start QGIS by running the qgis.exe file, however
there is no bin/qgis.bat file, which is normally used to start QGIS or any
other batch files.

Am I missing something or does that mean that something went wrong during
the compilation process? 

Any suggestions would be much appreciated! :)




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Compiling-QGIS-on-Windows7-missing-batch-files-tp5070407.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Label missing in Weekly

2013-08-02 Thread Andreas Neumann

Hi all,

I disagree with Bernd. We should stick to the SQL standard as closely 
as possible. People know how to use SQL and the Expression builder 
should be as close to SQL as possible. People would be surprised if QGIS 
behaves different to a standard compliant database.


So the current behaviour concerning NULL values is totally fine. Please 
do not change it.


Andreas

On Fri, 02 Aug 2013 00:28:46 +0200, Bernd Vogelgesang wrote:

mhm,

Nathan, you wrote in the ticket:
String + NULL = NULL. We don't treat NULL as empty string because
it's  not correct to do so. NULL and empty mean two different things
so are  treated differently.

Sorry, but for what is that not correct? This might apply to
database  actions etc. but forcing user to make somersaults with
coalesce (what  the f... is that???) to prevent empty labels ...
hey! It's just labeling!

Making labeling a nerd-discipline is not fair ;)

Just my 2 cents
Bernd

Am 02.08.2013, 00:02 Uhr, schrieb Nathan Woodrow 
madman...@gmail.com:



Hey,

QgsExpression doesn't treat NULL and Empty string as the same thing. 
Which
is why we don't auto convert.  To convert nulls in a field you 
should use

the coalesce(Areatype,'')

See http://hub.qgis.org/issues/8369

- Nathan


On Fri, Aug 2, 2013 at 7:35 AM, Larry Shaffer  
lar...@dakotacarto.comwrote:



Hi Lene,

On Thu, Aug 1, 2013 at 2:25 PM, Lene Fischer l...@life.ku.dk 
wrote:



Hi Goyo
The geometries is OK.
I have a combined label Ex.
Areatype || '\n' ||  $Area   || ' m2'
Now I found that if one field is empty (Even if there is NULL in 
the

field), then the entire label will not be displayed.



When the expression-based label text was introduced, NULL values
supposedly where just converted to empty strings [0], i.e. if 
Areatype  was

NULL, one would expect at least 'm2' to be present in the label.

Try enclosing your field name Areatype in double quotes. Also, try  
without
the $Area function, but still with the || concatenation. If the 
label  still
does not contain any text, then it is probably a bug in how  
QgsExpression
handles NULL values from the data provider. If so, please create an 
issue
ticket [1]. Include a test project file, and try to list 
reproducible

steps, if you can.

[0]

http://osgeo-org.1560.x6.nabble.com/Expression-based-labeling-tp4100735p4100736.html
[1] http://hub.qgis.org/projects/quantum-gis/issues

Regards,

Larry



Regards
Lene




Fra: Goyo [goyod...@gmail.com]
Sendt: 1. august 2013 20:40
Til: Lene Fischer
Cc: qgis-user@lists.osgeo.org
Emne: Re: [Qgis-user] Label missing in Weekly

2013/8/1 Lene Fischer l...@life.ku.dk:
 Hello
 I´m using the new labelfunction - it is great!! - but som of the 
labels

are
 missing. I have a small project with only 9 polygons, but only 7 
labels

is
 visible.
 I´ve tried:

 Settings to View all labels in all layers
 change attributefield and size

 Same result. Any suggestions?
 Regards
 Lene Fischer

You might have invalid geometries. They are not labelled IIRC.

Goyo


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user




___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user




--
--
Andreas Neumann
Böschacherstrasse 10A
8624 Grüt (Gossau ZH)
Switzerland
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Label missing in Weekly

2013-08-02 Thread Régis Haubourg
Agreed with Andreas. 
now that Nathan inserted concat() function, users will go to it. 
Here, switching from Mapinfo world, users didn't even know about ||. They
used  or concat or +. 
1.8 was complicated and required a CASE WHEN for nulls.. 2.0 will be
sufficient to me. 

QGIS affords us to switch all day long between postgis - spatialite, we MUST
have the same behaviour for the same operators.. if not, that will put some
more confusion. 
Régis



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Label-missing-in-Weekly-tp5070137p5070417.html
Sent from the Quantum GIS - User mailing list archive at Nabble.com.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] WMTS

2013-08-02 Thread Andreas Neumann

Hi Jonathan,

You just use the WMS connection dialogue. It also works for WMTS.

I am now opening a bug to change the Add WMS layer into Add WMS/WMTS 
layer. This should make things clearer to the users.


Andreas

On Thu, 1 Aug 2013 11:42:50 +0100, Jonathan Moules wrote:

Hi List,
How do I use WMTS in QGIS (weekly build)?

I've tried searches on:

* qgis.org [1] - no results
* wiki - no results
	* http://docs.qgis.org/2.0/html/en/docs/user_manual [2] - one 
results

about caches.
* plugs.qgis - no results

Thanks,
Jonathan
 This transmission is intended for the named addressee(s) only and 
may
contain sensitive or protectively marked material up to RESTRICTED 
and

should be handled accordingly. Unless you are the named addressee (or
authorised to receive it for the addressee) you may not copy or use
it, or disclose it to anyone else. If you have received this
transmission in error please notify the sender immediately. All email
traffic sent to or from us, including without limitation all GCSX
traffic, may be subject to recording and/or monitoring in accordance
with relevant legislation.

Links:
--
[1] http://qgis.org
[2] http://docs.qgis.org/2.0/html/en/docs/user_manual


--
--
Andreas Neumann
Böschacherstrasse 10A
8624 Grüt (Gossau ZH)
Switzerland
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Docs about data based styles

2013-08-02 Thread Antonio Vico

Hi everyone,

Is there any doc about how to data based styles work (origins, positive 
X-Y axes and rotation sign)?


In qgis master I am testing a marker style composing a vector field 
marker (with X and Y attribute based on data) and a svg marker (with 
angle and offset based on data) but I get incorrect results (I want a 
vector field with a svg marker oriented at the end).


I tested vector field marker and svg offset (using the same values for 
X,Y attibutes in vector field and X,Y offset in svg) but svg are not 
coincident with end of vector field (it seem that possitive Y direction 
is inverse for field marker and svg; changing sign in Y coordinates for 
svg marker done good position for svg marker).


After this, I tested add angle to svg marker but now rotation in svg 
marker is correct but not displacement and get bad result. I tested 
different possibilities but I can't get good solution because I can't 
understand the beaviour for rotation and displacement in svg marker.


Thanks in advance.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] WMTS

2013-08-02 Thread Andreas Neumann
And this is already fixed in Master - see 
http://hub.qgis.org/issues/8396 - thanks to Jürgen.


Andreas

On Fri, 02 Aug 2013 11:29:39 +0200, Andreas Neumann wrote:

Hi Jonathan,

You just use the WMS connection dialogue. It also works for WMTS.

I am now opening a bug to change the Add WMS layer into Add
WMS/WMTS layer. This should make things clearer to the users.

Andreas

On Thu, 1 Aug 2013 11:42:50 +0100, Jonathan Moules wrote:

Hi List,
How do I use WMTS in QGIS (weekly build)?

I've tried searches on:

* qgis.org [1] - no results
* wiki - no results
* http://docs.qgis.org/2.0/html/en/docs/user_manual [2] - one
results
about caches.
* plugs.qgis - no results

Thanks,
Jonathan
 This transmission is intended for the named addressee(s) only and 
may
contain sensitive or protectively marked material up to RESTRICTED 
and
should be handled accordingly. Unless you are the named addressee 
(or

authorised to receive it for the addressee) you may not copy or use
it, or disclose it to anyone else. If you have received this
transmission in error please notify the sender immediately. All 
email

traffic sent to or from us, including without limitation all GCSX
traffic, may be subject to recording and/or monitoring in accordance
with relevant legislation.

Links:
--
[1] http://qgis.org
[2] http://docs.qgis.org/2.0/html/en/docs/user_manual


--
--
Andreas Neumann
Böschacherstrasse 10A
8624 Grüt (Gossau ZH)
Switzerland
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] WMTS

2013-08-02 Thread Borys Jurgiel
Hmmm, so now one of the most exposed actions will be untranslated... 

What about contacting active translating teams (those with = 50% strings 
translated) and dealing manually with this string? Otherwise I'd vote for 
rolling back the commit... :(


Dnia piątek, 2 sierpnia 2013 o 11:52:52 Andreas Neumann napisał(a):
  And this is already fixed in Master - see
  http://hub.qgis.org/issues/8396 - thanks to Jürgen.
 
  Andreas
 
  On Fri, 02 Aug 2013 11:29:39 +0200, Andreas Neumann wrote:
  Hi Jonathan,
  
  You just use the WMS connection dialogue. It also works for WMTS.
  
  I am now opening a bug to change the Add WMS layer into Add
  WMS/WMTS layer. This should make things clearer to the users.
  
  Andreas
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] WMTS

2013-08-02 Thread Jonathan Moules
Thanks Andreas;

I'd suggest changing the following text:
- Tooltip
- dialog header
- Help (may be changed, but my help doesn't load right now!)

=

Beyond that, it doesn't seem to work. I add my connection (
http://compass/geoserver/gwc/service/wmts), and then when I click connect
it swaps to the server search tab. But there's nothing listed. I didn't
tick any of the boxes.

GeoServer 2.3.4 WMTS.
ArcMap can connect to it, so I know it's not a problem with the WMTS.

How do I get it to work?

It does connect to my WMS fine.

Thanks,
Jonathan


On 2 August 2013 10:52, Andreas Neumann a.neum...@carto.net wrote:

 And this is already fixed in Master - see http://hub.qgis.org/issues/**
 8396 http://hub.qgis.org/issues/8396 - thanks to Jürgen.

 Andreas


 On Fri, 02 Aug 2013 11:29:39 +0200, Andreas Neumann wrote:

 Hi Jonathan,

 You just use the WMS connection dialogue. It also works for WMTS.

 I am now opening a bug to change the Add WMS layer into Add
 WMS/WMTS layer. This should make things clearer to the users.

 Andreas

 On Thu, 1 Aug 2013 11:42:50 +0100, Jonathan Moules wrote:

 Hi List,
 How do I use WMTS in QGIS (weekly build)?

 I've tried searches on:

 * qgis.org [1] - no results
 * wiki - no results
 * 
 http://docs.qgis.org/2.0/html/**en/docs/user_manualhttp://docs.qgis.org/2.0/html/en/docs/user_manual[2]
  - one
 results
 about caches.
 * plugs.qgis - no results

 Thanks,
 Jonathan
  This transmission is intended for the named addressee(s) only and may
 contain sensitive or protectively marked material up to RESTRICTED and
 should be handled accordingly. Unless you are the named addressee (or
 authorised to receive it for the addressee) you may not copy or use
 it, or disclose it to anyone else. If you have received this
 transmission in error please notify the sender immediately. All email
 traffic sent to or from us, including without limitation all GCSX
 traffic, may be subject to recording and/or monitoring in accordance
 with relevant legislation.

 Links:
 --
 [1] http://qgis.org
 [2] 
 http://docs.qgis.org/2.0/html/**en/docs/user_manualhttp://docs.qgis.org/2.0/html/en/docs/user_manual


 --
 --
 Andreas Neumann
 Böschacherstrasse 10A
 8624 Grüt (Gossau ZH)
 Switzerland
 __**_
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/**mailman/listinfo/qgis-userhttp://lists.osgeo.org/mailman/listinfo/qgis-user


-- 
This transmission is intended for the named addressee(s) only and may 
contain sensitive or protectively marked material up to RESTRICTED and 
should be handled accordingly. Unless you are the named addressee (or 
authorised to receive it for the addressee) you may not copy or use it, or 
disclose it to anyone else. If you have received this transmission in error 
please notify the sender immediately. All email traffic sent to or from us, 
including without limitation all GCSX traffic, may be subject to recording 
and/or monitoring in accordance with relevant legislation.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Attribute list in Weekly

2013-08-02 Thread Lene Fischer


Hello

I´m digitizing i weekly (29. july)
While I digitize every new object is put on top of the attribute list.
First obj with ID 1 is placed in row 0
Second obj with ID 2 is placed in row 0 and ID 1 is pushed to row 1
and so on...
Then I save the two objects and digitize a third object, and now this object is 
placed in row 2.
All the following objects is placed correct in row 3, 4 ect.



Is this a new feature... or an error.

Regards
Lene


___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] WMTS

2013-08-02 Thread Andreas Neumann

Hi Jonathan,

Are you sure that the URL is correct? It seems that this server is only 
available locally. At least it is not a publically available and correct 
URL.


If you think there is a bug in QGIS, please write a bug report and 
provide a test URL.


Andreas

On Fri, 2 Aug 2013 11:51:55 +0100, Jonathan Moules wrote:

Thanks Andreas;

I'd suggest changing the following text:
- Tooltip
- dialog header
- Help (may be changed, but my help doesn't load right now!)

=

Beyond that, it doesn't seem to work. I add my connection
(http://compass/geoserver/gwc/service/wmts [8]), and then when I 
click

connect it swaps to the server search tab. But there's nothing
listed. I didn't tick any of the boxes.

GeoServer 2.3.4 WMTS.
ArcMap can connect to it, so I know it's not a problem with the WMTS.

How do I get it to work?

It does connect to my WMS fine.

Thanks,
Jonathan

On 2 August 2013 10:52, Andreas Neumann  wrote:


And this is already fixed in Master - see
http://hub.qgis.org/issues/8396 [5] - thanks to Jürgen.

Andreas

On Fri, 02 Aug 2013 11:29:39 +0200, Andreas Neumann wrote:


Hi Jonathan,

You just use the WMS connection dialogue. It also works for WMTS.

I am now opening a bug to change the Add WMS layer into Add
WMS/WMTS layer. This should make things clearer to the users.

Andreas

On Thu, 1 Aug 2013 11:42:50 +0100, Jonathan Moules wrote:


Hi List,
How do I use WMTS in QGIS (weekly build)?

I've tried searches on:

        * qgis.org [1] [1] - no results
        * wiki - no results
        * http://docs.qgis.org/2.0/html/en/docs/user_manual
[2] [2] - one
results
about caches.
        * plugs.qgis - no results

Thanks,
Jonathan
 This transmission is intended for the named addressee(s) only
and may
contain sensitive or protectively marked material up to
RESTRICTED and
should be handled accordingly. Unless you are the named
addressee (or
authorised to receive it for the addressee) you may not copy or
use
it, or disclose it to anyone else. If you have received this
transmission in error please notify the sender immediately. All
email
traffic sent to or from us, including without limitation all
GCSX
traffic, may be subject to recording and/or monitoring in
accordance
with relevant legislation.

Links:
--
[1] http://qgis.org [3]
[2] http://docs.qgis.org/2.0/html/en/docs/user_manual [4]


--
--
Andreas Neumann
Böschacherstrasse 10A
8624 Grüt (Gossau ZH)
Switzerland
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org [6]
http://lists.osgeo.org/mailman/listinfo/qgis-user [7]


 This transmission is intended for the named addressee(s) only and 
may
contain sensitive or protectively marked material up to RESTRICTED 
and

should be handled accordingly. Unless you are the named addressee (or
authorised to receive it for the addressee) you may not copy or use
it, or disclose it to anyone else. If you have received this
transmission in error please notify the sender immediately. All email
traffic sent to or from us, including without limitation all GCSX
traffic, may be subject to recording and/or monitoring in accordance
with relevant legislation.

Links:
--
[1] http://qgis.org
[2] http://docs.qgis.org/2.0/html/en/docs/user_manual
[3] http://qgis.org
[4] http://docs.qgis.org/2.0/html/en/docs/user_manual
[5] http://hub.qgis.org/issues/8396
[6] mailto:Qgis-user@lists.osgeo.org
[7] http://lists.osgeo.org/mailman/listinfo/qgis-user
[8] http://compass/geoserver/gwc/service/wmts
[9] mailto:a.neum...@carto.net


--
--
Andreas Neumann
Böschacherstrasse 10A
8624 Grüt (Gossau ZH)
Switzerland
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] WMTS

2013-08-02 Thread Jonathan Moules
Hi Andreas,
Yep, it's a local URL; that hostname is on our local DNS for our mapping
systems. The URL is correct; it works fine in ArcMap as noted.

My QGIS cannot connect to the internet so I can't test with external
datasets; QGIS's proxy setup doesn't like our proxy.

I held off reporting as a bug because I didn't know if I was doing
something wrong and there's no error.
Can other folks connect to a GeoServer WMTS?

Thanks,
Jonathan


On 2 August 2013 12:25, Andreas Neumann a.neum...@carto.net wrote:

 Hi Jonathan,

 Are you sure that the URL is correct? It seems that this server is only
 available locally. At least it is not a publically available and correct
 URL.

 If you think there is a bug in QGIS, please write a bug report and provide
 a test URL.

 Andreas


 On Fri, 2 Aug 2013 11:51:55 +0100, Jonathan Moules wrote:

 Thanks Andreas;

 I'd suggest changing the following text:
 - Tooltip
 - dialog header
 - Help (may be changed, but my help doesn't load right now!)

 =

 Beyond that, it doesn't seem to work. I add my connection
 (http://compass/geoserver/gwc/**service/wmtshttp://compass/geoserver/gwc/service/wmts[8]),
  and then when I click

 connect it swaps to the server search tab. But there's nothing
 listed. I didn't tick any of the boxes.

 GeoServer 2.3.4 WMTS.
 ArcMap can connect to it, so I know it's not a problem with the WMTS.

 How do I get it to work?

 It does connect to my WMS fine.

 Thanks,
 Jonathan

 On 2 August 2013 10:52, Andreas Neumann  wrote:

  And this is already fixed in Master - see
 http://hub.qgis.org/issues/**8396 http://hub.qgis.org/issues/8396 [5]
 - thanks to Jürgen.


 Andreas

 On Fri, 02 Aug 2013 11:29:39 +0200, Andreas Neumann wrote:

  Hi Jonathan,

 You just use the WMS connection dialogue. It also works for WMTS.

 I am now opening a bug to change the Add WMS layer into Add
 WMS/WMTS layer. This should make things clearer to the users.

 Andreas

 On Thu, 1 Aug 2013 11:42:50 +0100, Jonathan Moules wrote:

  Hi List,
 How do I use WMTS in QGIS (weekly build)?

 I've tried searches on:

 * qgis.org [1] [1] - no results

 * wiki - no results
 * 
 http://docs.qgis.org/2.0/html/**en/docs/user_manualhttp://docs.qgis.org/2.0/html/en/docs/user_manual
 [2] [2] - one

 results
 about caches.
 * plugs.qgis - no results

 Thanks,
 Jonathan
  This transmission is intended for the named addressee(s) only
 and may
 contain sensitive or protectively marked material up to
 RESTRICTED and
 should be handled accordingly. Unless you are the named
 addressee (or
 authorised to receive it for the addressee) you may not copy or
 use
 it, or disclose it to anyone else. If you have received this
 transmission in error please notify the sender immediately. All
 email
 traffic sent to or from us, including without limitation all
 GCSX
 traffic, may be subject to recording and/or monitoring in
 accordance
 with relevant legislation.

 Links:
 --
 [1] http://qgis.org [3]
 [2] 
 http://docs.qgis.org/2.0/html/**en/docs/user_manualhttp://docs.qgis.org/2.0/html/en/docs/user_manual[4]


 --
 --
 Andreas Neumann
 Böschacherstrasse 10A
 8624 Grüt (Gossau ZH)
 Switzerland
 __**_
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org [6]
 http://lists.osgeo.org/**mailman/listinfo/qgis-userhttp://lists.osgeo.org/mailman/listinfo/qgis-user[7]


  This transmission is intended for the named addressee(s) only and may
 contain sensitive or protectively marked material up to RESTRICTED and
 should be handled accordingly. Unless you are the named addressee (or
 authorised to receive it for the addressee) you may not copy or use
 it, or disclose it to anyone else. If you have received this
 transmission in error please notify the sender immediately. All email
 traffic sent to or from us, including without limitation all GCSX
 traffic, may be subject to recording and/or monitoring in accordance
 with relevant legislation.

 Links:
 --
 [1] http://qgis.org
 [2] 
 http://docs.qgis.org/2.0/html/**en/docs/user_manualhttp://docs.qgis.org/2.0/html/en/docs/user_manual
 [3] http://qgis.org
 [4] 
 http://docs.qgis.org/2.0/html/**en/docs/user_manualhttp://docs.qgis.org/2.0/html/en/docs/user_manual
 [5] http://hub.qgis.org/issues/**8396 http://hub.qgis.org/issues/8396
 [6] mailto:Qgis-user@lists.osgeo.**org Qgis-user@lists.osgeo.org
 [7] 
 http://lists.osgeo.org/**mailman/listinfo/qgis-userhttp://lists.osgeo.org/mailman/listinfo/qgis-user
 [8] 
 http://compass/geoserver/gwc/**service/wmtshttp://compass/geoserver/gwc/service/wmts
 [9] mailto:a.neum...@carto.net


 --
 --
 Andreas Neumann
 Böschacherstrasse 10A
 8624 Grüt (Gossau ZH)
 Switzerland


-- 
This transmission is intended for the named addressee(s) only and may 
contain sensitive or protectively marked material up to RESTRICTED and 
should be handled accordingly. Unless you are the named addressee (or 
authorised to receive it for the addressee) you may not copy or use 

Re: [Qgis-user] WMTS

2013-08-02 Thread Andreas Neumann
The translation into any language is easy and possible for everyone, 
even if you don't know the language - you just add the /WMTS.


Or are people translating the acronym WMS? Hopefully not.

Andreas

On Fri, 2 Aug 2013 12:38:54 +0200, Borys Jurgiel wrote:

Hmmm, so now one of the most exposed actions will be untranslated...

What about contacting active translating teams (those with = 50% 
strings
translated) and dealing manually with this string? Otherwise I'd vote 
for

rolling back the commit... :(


Dnia piątek, 2 sierpnia 2013 o 11:52:52 Andreas Neumann napisał(a):

 And this is already fixed in Master - see
 http://hub.qgis.org/issues/8396 - thanks to Jürgen.

 Andreas

 On Fri, 02 Aug 2013 11:29:39 +0200, Andreas Neumann wrote:
 Hi Jonathan,

 You just use the WMS connection dialogue. It also works for WMTS.

 I am now opening a bug to change the Add WMS layer into Add
 WMS/WMTS layer. This should make things clearer to the users.

 Andreas


--
--
Andreas Neumann
Böschacherstrasse 10A
8624 Grüt (Gossau ZH)
Switzerland
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] WMTS

2013-08-02 Thread Andreas Neumann

Hi Jonathan,

Perhaps it would make sense to go the extra mile and either test 
another Geoserver WMTS or make your WMTS server publically available (at 
least in a password protected manner) - so that people can test it.


Although WMTS is standardized there are often minor issues that prevent 
particular implementations from working. I know that WMTS is working in 
general. I was able to test it against an Intergraph-based WMTS server - 
but I do not have a Geoserver instance at hand.


Andreas

On Fri, 2 Aug 2013 12:29:18 +0100, Jonathan Moules wrote:

Hi Andreas,
Yep, it's a local URL; that hostname is on our local DNS for our
mapping systems. The URL is correct; it works fine in ArcMap as 
noted.


My QGIS cannot connect to the internet so I can't test with external
datasets; QGIS's proxy setup doesn't like our proxy.

I held off reporting as a bug because I didn't know if I was doing
something wrong and there's no error.
Can other folks connect to a GeoServer WMTS?

Thanks,
 Jonathan

On 2 August 2013 12:25, Andreas Neumann  wrote:


Hi Jonathan,

Are you sure that the URL is correct? It seems that this server is
only available locally. At least it is not a publically available
and correct URL.

If you think there is a bug in QGIS, please write a bug report and
provide a test URL.

Andreas

On Fri, 2 Aug 2013 11:51:55 +0100, Jonathan Moules wrote:


Thanks Andreas;

I'd suggest changing the following text:
- Tooltip
- dialog header
- Help (may be changed, but my help doesn't load right now!)

=

Beyond that, it doesn't seem to work. I add my connection
(http://compass/geoserver/gwc/service/wmts [8] [8]), and then
when I click

connect it swaps to the server search tab. But there's
nothing
listed. I didn't tick any of the boxes.

GeoServer 2.3.4 WMTS.
ArcMap can connect to it, so I know it's not a problem with the
WMTS.

How do I get it to work?

It does connect to my WMS fine.

Thanks,
Jonathan

On 2 August 2013 10:52, Andreas Neumann  wrote:


And this is already fixed in Master - see
http://hub.qgis.org/issues/8396 [5] [5] - thanks to Jürgen.

Andreas

On Fri, 02 Aug 2013 11:29:39 +0200, Andreas Neumann wrote:


Hi Jonathan,

You just use the WMS connection dialogue. It also works for
WMTS.

I am now opening a bug to change the Add WMS layer into
Add
WMS/WMTS layer. This should make things clearer to the
users.

Andreas

On Thu, 1 Aug 2013 11:42:50 +0100, Jonathan Moules wrote:


Hi List,
How do I use WMTS in QGIS (weekly build)?

I've tried searches on:

        * qgis.org [1] [1] [1] - no results

        * wiki - no results
        *
http://docs.qgis.org/2.0/html/en/docs/user_manual [2]
[2] [2] - one

results
about caches.
        * plugs.qgis - no results

Thanks,
Jonathan
 This transmission is intended for the named addressee(s)
only
and may
contain sensitive or protectively marked material up to
RESTRICTED and
should be handled accordingly. Unless you are the named
addressee (or
authorised to receive it for the addressee) you may not
copy or
use
it, or disclose it to anyone else. If you have received
this
transmission in error please notify the sender immediately.
All
email
traffic sent to or from us, including without limitation
all
GCSX
traffic, may be subject to recording and/or monitoring in
accordance
with relevant legislation.

Links:
--
[1] http://qgis.org [3] [3]
[2] http://docs.qgis.org/2.0/html/en/docs/user_manual [4]
[4]


--
--
Andreas Neumann
Böschacherstrasse 10A
8624 Grüt (Gossau ZH)
Switzerland
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org [6] [6]
http://lists.osgeo.org/mailman/listinfo/qgis-user [7] [7]


 This transmission is intended for the named addressee(s) only
and may
contain sensitive or protectively marked material up to
RESTRICTED and
should be handled accordingly. Unless you are the named addressee
(or
authorised to receive it for the addressee) you may not copy or
use
it, or disclose it to anyone else. If you have received this
transmission in error please notify the sender immediately. All
email
traffic sent to or from us, including without limitation all GCSX
traffic, may be subject to recording and/or monitoring in
accordance
with relevant legislation.

Links:
--
[1] http://qgis.org [9]
[2] http://docs.qgis.org/2.0/html/en/docs/user_manual [10]
[3] http://qgis.org [11]
[4] http://docs.qgis.org/2.0/html/en/docs/user_manual [12]
[5] http://hub.qgis.org/issues/8396 [13]
[6] mailto:Qgis-user@lists.osgeo.org [14]
[7] http://lists.osgeo.org/mailman/listinfo/qgis-user [15]
[8] http://compass/geoserver/gwc/service/wmts [16]
[9] mailto:a.neum...@carto.net [17]


--
--
Andreas Neumann
Böschacherstrasse 10A
8624 Grüt (Gossau ZH)
Switzerland


 This transmission is intended for the named addressee(s) only and 
may
contain sensitive or protectively marked material up to RESTRICTED 
and

should be handled accordingly. Unless you are the named addressee (or
authorised to receive it for the addressee) you may not 

Re: [Qgis-user] WMTS

2013-08-02 Thread Jonathan Moules
Hi Andrea,
  I can't make the GeoServer WMTS publicly available; got to go through
security for that (it's ongoing... slowly (some things are universal ;-) )).

I have tried two different GeoServer WMTS internally - the one on our live
system and the one on our test system. Both have the exact same behaviour.

---

My WMTS is in EPSG:27700 - I'm not sure if that'd be a contributing factor.

Looking in my access logs confirms that QGIS is making the request to the
server. One for WMTS (not-working) and one for WMS (working).


 [02/Aug/2013:12:21:52 +] GET
 /geoserver/gwc/service/wmts?SERVICE=WMSREQUEST=GetCapabilities HTTP/1.1
 200 4227 - Mozilla/5.0
 [02/Aug/2013:12:21:59 +] GET
 /geoserver/ows?SERVICE=WMSREQUEST=GetCapabilities HTTP/1.1 200 18162 -
 Mozilla/5.0


That same URL entered into a browser bar works perfectly.


I've opened a ticket for it - http://hub.qgis.org/issues/8401 which
includes the getCapabilities.

Cheers,
Jonathan

-- 
This transmission is intended for the named addressee(s) only and may 
contain sensitive or protectively marked material up to RESTRICTED and 
should be handled accordingly. Unless you are the named addressee (or 
authorised to receive it for the addressee) you may not copy or use it, or 
disclose it to anyone else. If you have received this transmission in error 
please notify the sender immediately. All email traffic sent to or from us, 
including without limitation all GCSX traffic, may be subject to recording 
and/or monitoring in accordance with relevant legislation.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] WMTS

2013-08-02 Thread Borys Jurgiel
Dnia piątek, 2 sierpnia 2013 o 13:31:21 Andreas Neumann napisał(a):
  The translation into any language is easy and possible for everyone,
  even if you don't know the language - you just add the /WMTS.
 
  Or are people translating the acronym WMS? Hopefully not.

Ok, you're right. So just let's don't forget to replace it manually after the 
last translation is accepted. Werner, will you remember? I can do it.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] WMS/WMTS

2013-08-02 Thread Werner Macho
On 08/02/2013 02:37 PM, Borys Jurgiel wrote:
 Dnia piątek, 2 sierpnia 2013 o 13:31:21 Andreas Neumann napisał(a):
  The translation into any language is easy and possible for everyone,
  even if you don't know the language - you just add the /WMTS.

  Or are people translating the acronym WMS? Hopefully not.
 
 Ok, you're right. So just let's don't forget to replace it manually after the 
 last translation is accepted. Werner, will you remember? I can do it.
 

Hi!
Translators are aware that there will be some changes/bugfixes. So I
have no Problem to add this in the GUI as it seems to be very useful.
Actually it is the first time translators are actively reporting back
issues in original language and I very welcome that.

The only thing is that I promised to do a String update ONE WEEK before
the final release (That should give enough time to do the 25-50 changes).

So if you want .. change it right now in the GUI so that active
translators can catch up with it.

Thanks for pointing this out

kind regards
Werner

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] WMS/WMTS

2013-08-02 Thread Borys Jurgiel
Dnia piątek, 2 sierpnia 2013 o 15:02:26 Werner Macho napisał(a):
 Hi!
 Translators are aware that there will be some changes/bugfixes. So I
 have no Problem to add this in the GUI as it seems to be very useful.
 Actually it is the first time translators are actively reporting back
 issues in original language and I very welcome that.
 
 The only thing is that I promised to do a String update ONE WEEK before
 the final release (That should give enough time to do the 25-50 changes).

Ooookay, I haven't realized it and thought we're completely frozen. I forget 
all the reports. Sorry for bothering :-)
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Please Unsubscribe me from the mailing list

2013-08-02 Thread Ander Uriarte

Ander Uriarte





___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Please Unsubscribe me from the mailing list

2013-08-02 Thread Alexandre Neto
Hello Ander,

You (and only you) can do it in bottom of this page:

http://lists.osgeo.org/mailman/listinfo/qgis-user



Best Regards,

Alexandre Neto



On Fri, Aug 2, 2013 at 4:09 PM, Ander Uriarte auriart...@gmail.com wrote:


 Ander Uriarte





 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-user

___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] WMTS

2013-08-02 Thread Bruce, Bob (CWS)
Andreas,

I have a WMTS connection to try:

http://nis.cubewerx.com/cubewerx/cubeserv?CONFIG=OIM_MB_-_Orthophoto-WMTS

this is an OGC compliant WMTS server.

(the GetCapabilities request is at: 
http://nis.cubewerx.com/cubewerx/cubeserv?CONFIG=OIM_MB_-_Orthophoto-WMTSSERVICE=WMTSREQUEST=GetCapabilities
 )

this is part of our NIS pilot project and will be available for another 3 
months.

Unfortunately I have not been able to get this to work with either the stable 
version of QGIS 1.8.0 or the current development version of 1.9.

I am able to get this WMTS server to work with OpenLayers though through a web 
page that I have created.

Do you know how QGIS detects that this is a WMTS connection since we are using 
the WMS connection dialog? I am seeing error messages that keep saying that a 
WMS connection could not be established, is that because the error message is 
currently not specific to the type of connection (WMS or WMTS)  or because it 
didn't try and make a WMTS connection?

Thanks,
Bob Bruce

-Original Message-
From: qgis-user-boun...@lists.osgeo.org 
[mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of Andreas Neumann
Sent: August-02-13 7:12 AM
To: Jonathan Moules
Cc: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] WMTS

 Hi Jonathan,

 Perhaps it would make sense to go the extra mile and either test  another 
Geoserver WMTS or make your WMTS server publically available (at  least in a 
password protected manner) - so that people can test it.

 Although WMTS is standardized there are often minor issues that prevent  
particular implementations from working. I know that WMTS is working in  
general. I was able to test it against an Intergraph-based WMTS server -  but I 
do not have a Geoserver instance at hand.

 Andreas

 On Fri, 2 Aug 2013 12:29:18 +0100, Jonathan Moules wrote:
 Hi Andreas,
 Yep, it's a local URL; that hostname is on our local DNS for our 
 mapping systems. The URL is correct; it works fine in ArcMap as noted.

 My QGIS cannot connect to the internet so I can't test with external 
 datasets; QGIS's proxy setup doesn't like our proxy.

 I held off reporting as a bug because I didn't know if I was doing 
 something wrong and there's no error.
 Can other folks connect to a GeoServer WMTS?

 Thanks,
  Jonathan

 On 2 August 2013 12:25, Andreas Neumann  wrote:

 Hi Jonathan,

 Are you sure that the URL is correct? It seems that this server is 
 only available locally. At least it is not a publically available and 
 correct URL.

 If you think there is a bug in QGIS, please write a bug report and 
 provide a test URL.

 Andreas

 On Fri, 2 Aug 2013 11:51:55 +0100, Jonathan Moules wrote:

 Thanks Andreas;

 I'd suggest changing the following text:
 - Tooltip
 - dialog header
 - Help (may be changed, but my help doesn't load right now!)

 =

 Beyond that, it doesn't seem to work. I add my connection 
 (http://compass/geoserver/gwc/service/wmts [8] [8]), and then when I 
 click

 connect it swaps to the server search tab. But there's nothing 
 listed. I didn't tick any of the boxes.

 GeoServer 2.3.4 WMTS.
 ArcMap can connect to it, so I know it's not a problem with the 
 WMTS.

 How do I get it to work?

 It does connect to my WMS fine.

 Thanks,
 Jonathan

 On 2 August 2013 10:52, Andreas Neumann  wrote:

 And this is already fixed in Master - see
 http://hub.qgis.org/issues/8396 [5] [5] - thanks to Jürgen.

 Andreas

 On Fri, 02 Aug 2013 11:29:39 +0200, Andreas Neumann wrote:

 Hi Jonathan,

 You just use the WMS connection dialogue. It also works for WMTS.

 I am now opening a bug to change the Add WMS layer into Add 
 WMS/WMTS layer. This should make things clearer to the users.

 Andreas

 On Thu, 1 Aug 2013 11:42:50 +0100, Jonathan Moules wrote:

 Hi List,
 How do I use WMTS in QGIS (weekly build)?

 I've tried searches on:

         * qgis.org [1] [1] [1] - no results

         * wiki - no results
         *
 http://docs.qgis.org/2.0/html/en/docs/user_manual [2] [2] [2] - 
 one

 results
 about caches.
         * plugs.qgis - no results

 Thanks,
 Jonathan
  This transmission is intended for the named addressee(s) only 
 and may contain sensitive or protectively marked material up to 
 RESTRICTED and should be handled accordingly. Unless you are the 
 named addressee (or authorised to receive it for the addressee) 
 you may not copy or use it, or disclose it to anyone else. If you 
 have received this transmission in error please notify the sender 
 immediately.
 All
 email
 traffic sent to or from us, including without limitation all GCSX 
 traffic, may be subject to recording and/or monitoring in 
 accordance with relevant legislation.

 Links:
 --
 [1] http://qgis.org [3] [3]
 [2] http://docs.qgis.org/2.0/html/en/docs/user_manual [4] [4]

 --
 --
 Andreas Neumann
 Böschacherstrasse 10A
 8624 Grüt (Gossau ZH)
 Switzerland
 ___
 Qgis-user mailing list
 Qgis-user@lists.osgeo.org [6] [6]