Re: [Qgis-user] WMS layer not working in QGIS

2013-12-10 Thread Rob L
Jonathan,

I'm getting the same error here in QGIS and I can load it in Arc.

If I try and load the GetCapabilities in Cadcorp SIS I get the below
message:

/unable to open file
'http://uatinspire.landregistry.gov.uk/u1c/schemas/wms/1.3.0/capabilities_1_3_0.xsd'

XML error at line 1, column 870:
fatal error during schema scan
SystemID:
http://inspire.landregistry.gov.uk/inspire/ows?REQUEST=GetCapabilities&SERVICE=WMS/

And if I try to access the above .xsd file I get a 404:

/HTTP Status 404 - Resource Not Found
URI /schemas/wms/1.3.0/capabilities_1_3_0.xsd does not map to any
message flow in broker U1C1BRK

WebSphere Message Broker 8002/

Maybe Arc isn't as picky when validating the schema?

Rob




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/WMS-layer-not-working-in-QGIS-tp5093606p5093702.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] ECW raster files (Unknown raster format) QGIS 2.0

2013-12-10 Thread Nathan Woodrow
>
> Ecw is not supported in qgis beacuse its a propretary format. For open
> that kind of file you have to follow this guide (its simple).
> http://faunaliagis.wordpress.com/2013/08/15/adding-ecw-support-in-qgis/


This is wrong and that post should only be used for pre 2.0 installs.  QGIS
2.0 supports ECW out of the box.

Please use the latest installers off the website because support was
missing in earlier builds.

- Nathan


On Wed, Dec 11, 2013 at 5:15 PM, Sergio Gollino wrote:

> Ecw is not supported in qgis beacuse its a propretary format. For open
> that kind of file you have to follow this guide (its simple).
>
> http://faunaliagis.wordpress.com/2013/08/15/adding-ecw-support-in-qgis/
>
> Regards
>
> Sergio
>
>
> 2013/12/10 jonnyforest 
>
>> Hello,
>>
>> anyone have an error when loading ecw raster files?
>>
>> I have a friend with Windows 8 (64-bit) / OSGeo Installer 32-bit that
>> notice
>> this error. I don't have the QGIS version, but i can ask.
>>
>>
>> Regards
>>
>> João
>>
>>
>>
>> -
>> __
>> "A palavra impossível é uma expressão infeliz; nada se pode esperar
>> daqueles que a usam frequentemente" [Carlyle, Thomas]
>>
>> http://pt.linkedin.com/in/joaofiliperodriguesgaspar
>>
>> http://wiki.osgeo.org/wiki/Jo%C3%A3o_Gaspar
>>
>>
>>
>>
>> --
>> View this message in context:
>> http://osgeo-org.1560.x6.nabble.com/ECW-raster-files-Unknown-raster-format-QGIS-2-0-tp5093654.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
>
>
>
>
> --
> Sergio Gollino
>
> ___
> 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] ECW raster files (Unknown raster format) QGIS 2.0

2013-12-10 Thread Sergio Gollino
Ecw is not supported in qgis beacuse its a propretary format. For open that
kind of file you have to follow this guide (its simple).

http://faunaliagis.wordpress.com/2013/08/15/adding-ecw-support-in-qgis/

Regards

Sergio


2013/12/10 jonnyforest 

> Hello,
>
> anyone have an error when loading ecw raster files?
>
> I have a friend with Windows 8 (64-bit) / OSGeo Installer 32-bit that
> notice
> this error. I don't have the QGIS version, but i can ask.
>
>
> Regards
>
> João
>
>
>
> -
> __
> "A palavra impossível é uma expressão infeliz; nada se pode esperar
> daqueles que a usam frequentemente" [Carlyle, Thomas]
>
> http://pt.linkedin.com/in/joaofiliperodriguesgaspar
>
> http://wiki.osgeo.org/wiki/Jo%C3%A3o_Gaspar
>
>
>
>
> --
> View this message in context:
> http://osgeo-org.1560.x6.nabble.com/ECW-raster-files-Unknown-raster-format-QGIS-2-0-tp5093654.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




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

Re: [Qgis-user] Problem with intersect polygon and line

2013-12-10 Thread Sergio Gollino
Hi,
you can't intersect a polygon with a line, it's a topological problem non a
qgis problem. I think the issue is that this kind of intersect will not
create a start/end point so the polygon can't be created (but I'm not sure
about that, maybe someone here can explain it better).

For doing something similar you can make a small buffer around the lines
(a.e.1 meter) and intersect the buffer (polygon) whit the other polygon
layer.

Regards,

Sergio


2013/12/11 Richard Duivenvoorde 

> On 10-12-13 09:28, Cathomen Carli wrote:
> > Hello Forum
> >
> > I am trying out QGIS Dufour and would like to intersect a polygon with a
> line. (Vector -> geoprocessing -> intersect). Unfortunally the result is
> not the as expected(=empty layer). Did anybody face the same issue? Am I
> missing something?
>
> Hi C,
>
> I've been testing here:
> - if I use two polygon layers, it just works as you would think it would
> work
> - if I use it with a line and a polygon (as is your question), it only
> works if I use the line as first input layer and the poly as the second.
> The other way around indeed has an empty result.
>
> if this is still not what you want, plz consider creating a simple
> dataset, with maybe a result or result image you actually want. And
> create an issue in our bugtracker (or ask one of us to do it).
>
> Regards,
>
> Richard Duivenvoorde
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
>



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

[Qgis-user] Problem with intersect polygon and line

2013-12-10 Thread Johanna . Botman

Hi again,

I've just had to do the same thing again today. My earlier comments were
incorrect.

Use Processing | Geoalgorithms | Vector overlay tools | Intersection.

___
Johanna Botman
GIS / Assets Officer

Griffith City Council
Ph: 02 6962 8168


Please consider the environment before printing this email notice.


This e-mail, together with any attachments, is for the exclusive and
confidential use of the addressee(s. Confidentiality is not waived if
you are not the intended recipient. Any other distribution, use of, 
or reproduction without prior written consent is strictly prohibited. 
Views expressed in this e-mail are those of the individual, except 
where specifically stated otherwise. If this e-mail has been sent to 
you in error, please delete the e-mail completely and immediately from 
your system. Although reasonable precautions are taken, Griffith City 
Council does not warrant or guarantee this message to be free of errors,
interference,viruses or similar malicious code and does not accept
liability for any consequences to the recipient opening or using this
email or attachments.
This email was scanned and cleared by NetIQ MailMarshal and Norman AV
-
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Problem with intersect polygon and line

2013-12-10 Thread Richard Duivenvoorde
On 10-12-13 09:28, Cathomen Carli wrote:
> Hello Forum
> 
> I am trying out QGIS Dufour and would like to intersect a polygon with a 
> line. (Vector -> geoprocessing -> intersect). Unfortunally the result is not 
> the as expected(=empty layer). Did anybody face the same issue? Am I missing 
> something?

Hi C,

I've been testing here:
- if I use two polygon layers, it just works as you would think it would
work
- if I use it with a line and a polygon (as is your question), it only
works if I use the line as first input layer and the poly as the second.
The other way around indeed has an empty result.

if this is still not what you want, plz consider creating a simple
dataset, with maybe a result or result image you actually want. And
create an issue in our bugtracker (or ask one of us to do it).

Regards,

Richard Duivenvoorde

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


Re: [Qgis-user] 3D dxf files

2013-12-10 Thread Matt Boyd
I'll give ogr2ogr a shot.
woops, sorry wrong link I meant this one
http://er-info.dpi.vic.gov.au/cgi-bin/download.pl?ID=3D_models/t009_OtwayBasin_3D_dxf.zip



On Tue, Dec 10, 2013 at 6:02 PM, Siki Zoltan  wrote:

> Dear Matt,
>
> which version did you try?
> What type of entites your dxf file(s) contains? Are them supported by ogr
> DXF driver? Check http://www.gdal.org/ogr/drv_dxf.html
> Try to check entities with ogrinfo.
> I had trouble with 1.8 (exspecially on Windows) to load dxf.
> I used ogr2ogr instead QGIS, because you can set more options.
>
> I cannot find any DXf file in the zip file you specify.
>
> Best regards,
> Zoltan
>
>
> On Tue, 10 Dec 2013, Matt Boyd wrote:
>
>  Hi group,
>> I'm trying to make sense of some DXF files.
>> these ones in particular
>> http://er-info.dpi.vic.gov.au/cgi-bin/download.pl?ID=3D_
>> models/3D_model_attributes.zip
>> there's also a 3D pdf model here..
>> http://er-info.dpi.vic.gov.au/cgi-bin/download.pl?ID=3D_
>> models/t009_OtwayBasin_3D.pdf
>>
>> QGIS isn't able to open the dxf files, or it does but all I see is an icon
>> called "entities" with no attributes. Ideally I'd be able to load these as
>> rasters and make a few maps.
>>
>> Any ideas?
>>
>> thanks
>> matt
>>
>>
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] 9. Problem with intersect polygon and line (Cathomen Carli)

2013-12-10 Thread Johanna . Botman

Hi Carli,

I have found the same issue if I go straight to the supposedly created file
that has been added to your project.

Instead, have a look at the original layer and you will find some items
selected. You can then use Layer | Save Selection as ...

It's not obvious, but it is solvable.


>Hello Forum
>
>I am trying out QGIS Dufour and would like to intersect a polygon with a
line. (Vector -> geoprocessing -> intersect). Unfortunally the result is
not the as >expected(=empty layer). Did anybody face the same issue? Am I
missing something?
>
>Kind Regards
>Carli Cathomen

___
Johanna Botman
GIS / Assets Officer

Griffith City Council
Ph: 02 6962 8168


Please consider the environment before printing this email notice.


This e-mail, together with any attachments, is for the exclusive and
confidential use of the addressee(s. Confidentiality is not waived if
you are not the intended recipient. Any other distribution, use of, 
or reproduction without prior written consent is strictly prohibited. 
Views expressed in this e-mail are those of the individual, except 
where specifically stated otherwise. If this e-mail has been sent to 
you in error, please delete the e-mail completely and immediately from 
your system. Although reasonable precautions are taken, Griffith City 
Council does not warrant or guarantee this message to be free of errors,
interference,viruses or similar malicious code and does not accept
liability for any consequences to the recipient opening or using this
email or attachments.
This email was scanned and cleared by NetIQ MailMarshal and Norman AV
-
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] ECW raster files (Unknown raster format) QGIS 2.0

2013-12-10 Thread jonnyforest
Hello,

anyone have an error when loading ecw raster files?

I have a friend with Windows 8 (64-bit) / OSGeo Installer 32-bit that notice
this error. I don't have the QGIS version, but i can ask.


Regards

João



-
__ 
"A palavra impossível é uma expressão infeliz; nada se pode esperar daqueles 
que a usam frequentemente" [Carlyle, Thomas] 

http://pt.linkedin.com/in/joaofiliperodriguesgaspar 

http://wiki.osgeo.org/wiki/Jo%C3%A3o_Gaspar 




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/ECW-raster-files-Unknown-raster-format-QGIS-2-0-tp5093654.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] WMS layer not working in QGIS

2013-12-10 Thread Richard Duivenvoorde
On 10-12-13 18:58, Jonathan Moules wrote:
> Hi List,
> Before I report this one as a bug I want to see if it's just me.
> 
> I'm trying to access the WMS layer from the UK Land registry here:
> http://inspire.landregistry.gov.uk/inspire/ows
> 
> (note: It only shows when zoomed in closer than 15k.)
> 
> This works fine in ArcMap and an OpenLayers client but doesn't in QGIS.
> Once I've added the layer (the GetCapabilities is fine) my error log says:
> 
> Map request error (Status: 200; Response: �PNG
> 
> ; Content-Type: ;
> 
> URL:http://uatinspire.landregistry.gov.uk/u1c/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&BBOX=433672.13541449012700468,361044.86458240094361827,437939.86458550987299532,362873.13541759905638173&CRS=EPSG:27700&WIDTH=1613&HEIGHT=691&LAYERS=inspire:CP.CadastralParcel&STYLES=&FORMAT=image/png&DPI=96&MAP_RESOLUTION=96&FORMAT_OPTIONS=dpi:96&TRANSPARENT=TRUE)

Hi Jonathan,

using it in qgis results in this url:

http://uatinspire.landregistry.gov.uk/u1c/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&BBOX=-9.49689,49.767000301,2.80916,61.57963&CRS=CRS:84&WIDTH=497&HEIGHT=478&LAYERS=inspire:CP.CadastralParcel&STYLES=&FORMAT=image/png&DPI=96&MAP_RESOLUTION=96&FORMAT_OPTIONS=dpi:96&TRANSPARENT=TRUE

both your url and the url above end up with this result with me in the
browser:

SOAP-ENV:ServerA
timeout occurred during
processing/owsTimeout.
Broker U1C2BRK did not provide a response within the specified time
interval (57
seconds)

Are you maybe allowed to do/see things which QGIS/I do am not allowed? A
proxy config maybe?

Regards,

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

[Qgis-user] WMS layer not working in QGIS

2013-12-10 Thread Jonathan Moules
Hi List,
Before I report this one as a bug I want to see if it's just me.

I'm trying to access the WMS layer from the UK Land registry here:
http://inspire.landregistry.gov.uk/inspire/ows

(note: It only shows when zoomed in closer than 15k.)

This works fine in ArcMap and an OpenLayers client but doesn't in QGIS.
Once I've added the layer (the GetCapabilities is fine) my error log says:

Map request error (Status: 200; Response: �PNG
>
> ; Content-Type: ; URL:
> http://uatinspire.landregistry.gov.uk/u1c/ows?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetMap&BBOX=433672.13541449012700468,361044.86458240094361827,437939.86458550987299532,362873.13541759905638173&CRS=EPSG:27700&WIDTH=1613&HEIGHT=691&LAYERS=inspire:CP.CadastralParcel&STYLES=&FORMAT=image/png&DPI=96&MAP_RESOLUTION=96&FORMAT_OPTIONS=dpi:96&TRANSPARENT=TRUE
> )


But that URL works just fine in a web-browser.

Does it work for anyone else? I've tried both 2.0 and the latest weekly.

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] Ref: archivos prj

2013-12-10 Thread Yasser Said Lopez de Olmos Reyes
>
> QGIS utiliza los estándares de GDAL. En la práctica, cuando abres datos
> que contienen un PRJ tendrías que asegurarte de que la información se
> despliegue correctamente y no vendría mal revisar el archivo QPJ que QGIS
> generará en lugar del PRJ para asegurarse que no hay diferencias de lo que
> sabes de los datos en este archivo. En teoría, si trabajas con QGIS los
> archivos qpj serán utilizados pero los programas que requieran prj usarán
> los datos de proyección de prj si hay un archivo prj correspondiente, así
> que no creo que te acarree problemas; no obstante, asegúrate de generar el
> prj *si trabajas en otro SIG y este no encuentra los datos de proyección
> correctos* definiendo dentro de este los metadatos que no encuentre estén
> presentes (definiendo la proyección debería bastar)*.*



El 9 de diciembre de 2013 15:08, Gaute Matias Carlos
escribió:

> Estimados,
> Al utilizar  qgis me doy cuenta que los archivos prj de otros software
> propietarios y o  de distintas versiones de qgis generan, archivos
> correspondientes al mismo código EPSG pero leyendo los archivos veo que
> están escritos diferentes. Esto puede traer complicaciones al realizar
> geoprocesos en una base de datos ?
> Saludos cordiales
> Matías
>
>
>
>
> ___
> Qgis-user mailing list
> Qgis-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
>



-- 
Saludos,

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

Re: [Qgis-user] Open and read shapefile plugin in QGIS dufour

2013-12-10 Thread Etienne Tourigny
Out of curiosity, why do you use pyshp when shapefiles are already
supported by qgis?


On Tue, Dec 10, 2013 at 2:51 PM, Suryo Miles wrote:

> I try to make plugin to read shapefile with plugin builder in QGIS and i
> try to import pyshp in plugin to read shapefiles but i got this error
> message
>
>  Traceback (most recent call last):
>   File "C:\Users\Mr.Pakde/.qgis2/python/plugins\shpread\shpreaddialog.py",
> line 42, in baca
> shapefile.Reader("shapefiles/blockgroups")
>   File "C:\Users\Mr.Pakde/.qgis2/python/plugins\shpread\shapefile.py",
> line 220, in __init__
> self.load(args[0])
>   File "C:\Users\Mr.Pakde/.qgis2/python/plugins\shpread\shapefile.py",
> line 253, in load
> raise ShapefileException("Unable to open %s.shp" % shapeName)
> ShapefileException: Unable to open shapefiles/blockgroups.shp
>
> Python version:
> 2.7.4 (default, Apr  6 2013, 19:54:46) [MSC v.1500 32 bit (Intel)]
>
> --and this is code i use ( i put it in dialog.py)---
>
> # insert every signal connection here!
> cariButton = self.ui.btnShp
> QtCore.QObject.connect(cariButton,
> QtCore.SIGNAL('clicked()'),self.baca)
>
> def baca(self):
> sf = QtGui.QFileDialog.getOpenFileName(self, 'Open File', '*.shp')
> shapefile.Reader("shapefiles/blockgroups")
> shapes = sf.shapes()
> # Read the bounding box from the 4th shape
> shapes[3].bbox
> [-122.485792, 37.7869313, -122.446285, 37.8110192]
> #  Read the 8th point in the 4th shape
> shapes[3].points[7]
> [-122.471063, 37.7874028]
>
> #panggil isi data
> self.isiDataFile(sf)
>
> def isiDataFile(self, nmfile):
> #buka dengan open mode baca
> teksFile = open(nmfile, 'r').read()
>
> self.ui.textShp.setText(teksFile)
>
>
> can someone help me?
>
> ___
> 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

[Qgis-user] Open and read shapefile plugin in QGIS dufour

2013-12-10 Thread Suryo Miles
I try to make plugin to read shapefile with plugin builder in QGIS and i
try to import pyshp in plugin to read shapefiles but i got this error
message

 Traceback (most recent call last):
  File "C:\Users\Mr.Pakde/.qgis2/python/plugins\shpread\shpreaddialog.py",
line 42, in baca
shapefile.Reader("shapefiles/blockgroups")
  File "C:\Users\Mr.Pakde/.qgis2/python/plugins\shpread\shapefile.py", line
220, in __init__
self.load(args[0])
  File "C:\Users\Mr.Pakde/.qgis2/python/plugins\shpread\shapefile.py", line
253, in load
raise ShapefileException("Unable to open %s.shp" % shapeName)
ShapefileException: Unable to open shapefiles/blockgroups.shp

Python version:
2.7.4 (default, Apr  6 2013, 19:54:46) [MSC v.1500 32 bit (Intel)]

--and this is code i use ( i put it in dialog.py)---

# insert every signal connection here!
cariButton = self.ui.btnShp
QtCore.QObject.connect(cariButton,
QtCore.SIGNAL('clicked()'),self.baca)

def baca(self):
sf = QtGui.QFileDialog.getOpenFileName(self, 'Open File', '*.shp')
shapefile.Reader("shapefiles/blockgroups")
shapes = sf.shapes()
# Read the bounding box from the 4th shape
shapes[3].bbox
[-122.485792, 37.7869313, -122.446285, 37.8110192]
#  Read the 8th point in the 4th shape
shapes[3].points[7]
[-122.471063, 37.7874028]

#panggil isi data
self.isiDataFile(sf)

def isiDataFile(self, nmfile):
#buka dengan open mode baca
teksFile = open(nmfile, 'r').read()

self.ui.textShp.setText(teksFile)


can someone help me?
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Wrong WMS extent in QGIS

2013-12-10 Thread Jan Hartmann
It could have something to to with the WGS84 transformation. QGIS seems 
to reproject the coordinates from EPSG:28992 to EPSG:4326. Perhaps it 
uses the older transformation from the PROJ library without the seven 
-towgs84 parameters. That could explain the difference of about one 
hundred meters. Can anyone point out where QGIS stores its 
transformation parameters used for the WMS reprojection?


Jan

On 10-12-2013 13:32, Jan Hartmann wrote:
Has anyone seen this problem? When I do a GetCapabilities request on a 
file I get the following bounding box:





When I load that same file in QGIS, I see in its properties:

Layer Extent (layer original source projection):

232581.2194760067213792,581054.4125426821410656
234079.8907057005562820,582558.2655977346003056

Wrong of course. And QGIS
cuts the file to the extent it thinks it has, not the real
extent.

Jan


___
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

[Qgis-user] Wrong WMS extent in QGIS

2013-12-10 Thread Jan Hartmann
Has anyone seen this problem? When I do a GetCapabilities request on a 
file I get the following bounding box:





When I load that same file in QGIS, I see in its properties:

Layer Extent (layer original source projection):

232581.2194760067213792,581054.4125426821410656 
234079.8907057005562820,582558.2655977346003056


Wrong of course. And QGIS cuts the file to the extent it thinks it has, 
not the real extent.


Jan

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

Re: [Qgis-user] Problem with intersect polygon and line

2013-12-10 Thread Cathomen Carli
More infos regarding the installation:
Windows 8.1
Firstinstallation with OSGeo4W-2.0.1.3-Setup-x86_64.exe


kind regards
Carli Cathomen


> Hello Forum
> 
> I am trying out QGIS Dufour and would like to intersect a polygon with a 
> line. (Vector -> geoprocessing -> intersect). Unfortunally the result is not 
> the as expected(=empty layer). Did anybody face the same issue? Am I missing 
> something?
> 
> Kind Regards
> Carli Cathomen
> 
> 
> ___
> 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


[Qgis-user] Problem with intersect polygon and line

2013-12-10 Thread Cathomen Carli
Hello Forum

I am trying out QGIS Dufour and would like to intersect a polygon with a line. 
(Vector -> geoprocessing -> intersect). Unfortunally the result is not the as 
expected(=empty layer). Did anybody face the same issue? Am I missing something?

Kind Regards
Carli Cathomen


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