[Qgis-user] Where is the RT_Sql_Layer plugin

2014-08-08 Thread Andrea Peri
Hi,

I'm searching the URL of the old RT_Sql_Layer plugin.
For qgis 1.8.
I'm not a qgis 1.8 installed , so I cannot use it the retrieve.

I like to reach its repositorywith browser to download its code.

Thx,


-- 
-
Andrea Peri
. . . . . . . . .
qwerty àèìòù
-
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Where is the RT_Sql_Layer plugin

2014-08-08 Thread Andrea Peri
I found it,

sorry for noise.

:)


2014-08-08 10:12 GMT+02:00 Andrea Peri aperi2...@gmail.com:
 Hi,

 I'm searching the URL of the old RT_Sql_Layer plugin.
 For qgis 1.8.
 I'm not a qgis 1.8 installed , so I cannot use it the retrieve.

 I like to reach its repositorywith browser to download its code.

 Thx,


 --
 -
 Andrea Peri
 . . . . . . . . .
 qwerty àèìòù
 -



-- 
-
Andrea Peri
. . . . . . . . .
qwerty àèìòù
-
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Where is the RT_Sql_Layer plugin

2014-08-08 Thread Paolo Cavallini
Il 08/08/2014 10:12, Andrea Peri ha scritto:
 Hi,
 
 I'm searching the URL of the old RT_Sql_Layer plugin.
 For qgis 1.8.
 I'm not a qgis 1.8 installed , so I cannot use it the retrieve.
 
 I like to reach its repositorywith browser to download its code.

http://plugins.qgis.org/plugins/rt_sql_layer/
All the best.

-- 
Paolo Cavallini - www.faunalia.eu
Corsi QGIS e PostGIS: http://www.faunalia.eu/training.html
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] two problems

2014-08-08 Thread Tomas Lanczos
Thank You for Your quick answer Donovan,

tha grass error was solved,
the installation proceed wtithout any problem after removing the
#-DWITH_MAPSERVER=TRUE \
line from the PKGBUILD script. I really don't know what was wrong with it
...

the sip error remains. Do You think that it should help reinstall the sip?

Tomas

On Thu, Aug 7, 2014 at 1:17 AM, Donovan Cameron sault@gmail.com wrote:

  I've noticed some users reporting that error too.

 But I use a custom build of grass 6 which I've uploaded to my dropbox[1] -
 can you give it a try?
 I can't figure out why QGIS has trouble finding that folder during
 configuration.

 As for the sip error... One of the QGIS dependencies is python2-sip so it
 should be able to import the sip module when it starts.

 Are you able to run...

 % python2
  import sip

 ...without errors?




 Donovan

 [1] https://db.tt/ClXi7MsC




 On 06/08/14 03:44 PM, Tomas Lanczos wrote:

 Hello everybody.

  I'd like to install qgis 2.4 on my Manjaro box, using the AUR (Arch
 linux) repository - https://aur.archlinux.org/packages/qgis/
 In fact, it is a compilation process, with a source cod downloaded from
 git://github.com/qgis/QGIS.git#branch=release-2_4

  PROBLEM NO. 1

  if I compile it without grass support, the compilation/installation
 process is going out without problem, but after starting qgis, I got the
 following error message:

  ouldn't load SIP module.
 Python support will be disabled.


  Traceback (most recent call last):
   File , line 1, in
 ImportError: No module named sip


  Python version:
 2.7.8 (default, Jul  1 2014, 17:30:21)
 [GCC 4.9.0 20140604 (prerelease)]

  QGIS version:
 2.4.0-Chugiak 'Chugiak', ed14cf3

  Python path:
 ['/usr/share/qgis/python', u'/home/tomas/.qgis2/python',
 u'/home/tomas/.qgis2/python/plugins', '/usr/share/qgis/python/plugins',
 '/home/tomas', '/usr/share/qgis/python', '/usr/local/lib/python27.zip',
 '/usr/local/lib/python2.7', '/usr/local/lib/python2.7/plat-linux2',
 '/usr/local/lib/python2.7/lib-tk', '/usr/local/lib/python2.7/lib-old',
 '/usr/local/lib/python2.7/lib-dynload',
 '/usr/local/lib/python2.7/site-packages']

  PROBLEM No.2

  It is essential for me to use qgis with grass support, so I tried to
 compile qgis with the following options:

   cmake ../ \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_SKIP_RPATH=ON \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DENABLE_TESTS=OFF \
 -DQGIS_MANUAL_SUBDIR=share/man \
 -DPYTHON_EXECUTABLE=/usr/bin/python2 \
 -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
 -DPYTHON_INCLUDE_PATH=/usr/include/python2.7 \
 -DPYTHON_SITE_PACKAGES_DIR=/usr/lib/python2.7/site-packages \
 -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4 \
 -DWITH_INTERNAL_QWTPOLAR=OFF \
 -DWITH_INTERNAL_SPATIALITE=OFF \
 #-DWITH_MAPSERVER=TRUE \
 -DGRASS_PREFIX=/opt/grass64 \
 #-DWITH_GLOBE=TRUE \

  In this case I'm getting this errormessage after the configuring process:

  -- Configuring done
 -- Generating done
 -- Build files have been written to: /home/tomas/builds/qgis/src/qgis/build
 /home/tomas/builds/qgis/PKGBUILD: line 98: -DGRASS_PREFIX=/opt/grass64: No
 such file or directory
 == ERROR: A failure occurred in build().
 Aborting...

  The strange thing is that, the /opt/grass64 directory is existing, but
 it can't locate it.

  Many thanks in advance for any feedback

  Tomas
 --
 Water, taken in moderation cannot hurt anybody.
 -- Mark Twain


 ___
 Qgis-user mailing 
 listQgis-user@lists.osgeo.orghttp://lists.osgeo.org/mailman/listinfo/qgis-user



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




-- 
Water, taken in moderation cannot hurt anybody.
-- Mark Twain
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Qgis-server: getfeatureinfo , how remove the maptip field from response.

2014-08-08 Thread Andrea Peri
Hi,
doing a GetFeatureInfo on qgis-server ,
I receive a html page where the last field of dataset is an
unknown maptip field.

I check the file project and it is not inside it.
So I guess it is added on-the-fly by qgis-server.

I notice also that other layers don't return it.

I like to avoid it.
So I like to know how to avoid its presence.

Thx,


-- 
-
Andrea Peri
. . . . . . . . .
qwerty àèìòù
-
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Metatools plugin error solved

2014-08-08 Thread Kurt Menke
It was suggested that I try the plugin with the Python console open. This
solved the issues I was having and the entire plugin worked beautifully.

This is apparently an old problem in Windows, when there isn't a default
stdout device defined.

Kurt 

 

**

Kurt Menke, GISP

Bird's Eye View 

 http://www.birdseyeviewgis.com/ www.BirdsEyeViewGIS.com 

Work: 505-265-0243

Cell: 505-362-1776

 

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

Re: [Qgis-user] Qgis-server: getfeatureinfo , how remove the maptip field from response.

2014-08-08 Thread Andrea Peri
Hi,
I verified it is another attribute added hardcoded by qgis-server code.

Now I move to DEV list to understand why this field is added.

reganrds,

A.


2014-08-08 14:26 GMT+02:00 Andrea Peri aperi2...@gmail.com:
 Hi,
 doing a GetFeatureInfo on qgis-server ,
 I receive a html page where the last field of dataset is an
 unknown maptip field.

 I check the file project and it is not inside it.
 So I guess it is added on-the-fly by qgis-server.

 I notice also that other layers don't return it.

 I like to avoid it.
 So I like to know how to avoid its presence.

 Thx,


 --
 -
 Andrea Peri
 . . . . . . . . .
 qwerty àèìòù
 -



-- 
-
Andrea Peri
. . . . . . . . .
qwerty àèìòù
-
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

[Qgis-user] Plugin's

2014-08-08 Thread Zeke Davidson
Any explanation for why several plugin's have stopped working? Openlayers among 
them.

Zeke Davidson
Conservation Biologist 
davidson.z...@gmail.com
Kenya|+254 718 17333 9
UK |+44 785 436 777 5
Skype|davidson.zeke
 

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

[Qgis-user] using a dbf for a raster layer classification

2014-08-08 Thread Giacomo Fontanelli
Hello folks
I use QGIS 2.4, I have a Raster layer and I have also a relate .dbf with
the pixel classes.

Is it possible to upload the .dbf file in order to automatically classify
the raster instead of manually putting the data of each class inside of the
software?

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

[Qgis-user] QGIS-Anwendertreffen 2014

2014-08-08 Thread Claas Leiner

Info for germanlanguage QGIS Usermeeting

Nach den erfolgreichen QGIS Anwendertreffen der letzten Jahre in der 
Schweiz und in Kassel, wird es


am Freitag dem 19. September 2014

ein weiteres deutschsprachiges QGIS Anwendertreffen in Kassel geben.

Die Veranstaltung wird gemeinsam vom QGIS-Community-Team sowie dem 
Serviceportal GIS und Geodaten am FB 06 der Uni Kassel getragen und 
wendet sich sowohl an erfahrene Anwender als auch an Interessierte, die 
sich erstmals über den Leistungsumfang freier GIS-Software informieren 
möchten.


Neben Praxisberichten und dem individuellen Erfahrungsaustausch am 
Vormittag, wird es am Nachmittag kostenpflichtige Workshops für Anfänger 
und Fortgeschrittene geben.


Infos zu Programm und Anmeldung finden Sie unter:

http://www.qgis-anwendertreffen.de/

Zur Anmeldung verwenden Sie bitte die Tabellendatei, die Sie hier:

http://www.qgis-anwendertreffen.de/download/anmeldung_qgis_anwendertreffen_kassel_2014.zip

herunterladen können:

Schicken Sie die ausgefüllte Tabelle  per Mail an:
claas.lei...@uni-kassel.de

Mit vielen Grüßen,

Claas Leiner


--
-
Dr.-Ing. Claas Leiner

Geodatenservice, Kartenwerkstatt 
GIS-Schule

Wilhelmshöher Allee 304 E
34131 Kassel
Tel. 0561/56013445 oder 0561/804-7196
Mobil: 01525/3876673
claas.lei...@eschenlaub.de
http://www.eschenlaub.de

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


Re: [Qgis-user] two problems

2014-08-08 Thread Saulteau Don
That sip error has me stumped, the only thing I could guess is that
for some reason QGIS compiled against python3 and maybe sip for
python3 is not installed.
It should of built against python2.

Do you get anything that looks useful in an strace when starting QGIS
from the command line? I'd recommend looking at that, though I'm not
personally the best at reading those things, but sometimes something
does stand out.


Donovan

On Fri, Aug 8, 2014 at 6:38 AM, Tomas Lanczos tlanc...@gmail.com wrote:
 Sorry, I forgot to mention - the import sip command within the python2
 interpreter went without error messages.


 On Fri, Aug 8, 2014 at 1:02 PM, Tomas Lanczos tlanc...@gmail.com wrote:

 Thank You for Your quick answer Donovan,

 tha grass error was solved,
 the installation proceed wtithout any problem after removing the
 #-DWITH_MAPSERVER=TRUE \
 line from the PKGBUILD script. I really don't know what was wrong with it
 ...

 the sip error remains. Do You think that it should help reinstall the sip?

 Tomas

 On Thu, Aug 7, 2014 at 1:17 AM, Donovan Cameron sault@gmail.com
 wrote:

 I've noticed some users reporting that error too.

 But I use a custom build of grass 6 which I've uploaded to my dropbox[1]
 - can you give it a try?
 I can't figure out why QGIS has trouble finding that folder during
 configuration.

 As for the sip error... One of the QGIS dependencies is python2-sip so it
 should be able to import the sip module when it starts.

 Are you able to run...

 % python2
  import sip

 ...without errors?




 Donovan

 [1] https://db.tt/ClXi7MsC




 On 06/08/14 03:44 PM, Tomas Lanczos wrote:

 Hello everybody.

 I'd like to install qgis 2.4 on my Manjaro box, using the AUR (Arch
 linux) repository - https://aur.archlinux.org/packages/qgis/
 In fact, it is a compilation process, with a source cod downloaded from
 git://github.com/qgis/QGIS.git#branch=release-2_4

 PROBLEM NO. 1

 if I compile it without grass support, the compilation/installation
 process is going out without problem, but after starting qgis, I got the
 following error message:

 ouldn't load SIP module.
 Python support will be disabled.


 Traceback (most recent call last):
   File , line 1, in
 ImportError: No module named sip


 Python version:
 2.7.8 (default, Jul  1 2014, 17:30:21)
 [GCC 4.9.0 20140604 (prerelease)]

 QGIS version:
 2.4.0-Chugiak 'Chugiak', ed14cf3

 Python path:
 ['/usr/share/qgis/python', u'/home/tomas/.qgis2/python',
 u'/home/tomas/.qgis2/python/plugins', '/usr/share/qgis/python/plugins',
 '/home/tomas', '/usr/share/qgis/python', '/usr/local/lib/python27.zip',
 '/usr/local/lib/python2.7', '/usr/local/lib/python2.7/plat-linux2',
 '/usr/local/lib/python2.7/lib-tk', '/usr/local/lib/python2.7/lib-old',
 '/usr/local/lib/python2.7/lib-dynload',
 '/usr/local/lib/python2.7/site-packages']

 PROBLEM No.2

 It is essential for me to use qgis with grass support, so I tried to
 compile qgis with the following options:

  cmake ../ \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_SKIP_RPATH=ON \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DENABLE_TESTS=OFF \
 -DQGIS_MANUAL_SUBDIR=share/man \
 -DPYTHON_EXECUTABLE=/usr/bin/python2 \
 -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
 -DPYTHON_INCLUDE_PATH=/usr/include/python2.7 \
 -DPYTHON_SITE_PACKAGES_DIR=/usr/lib/python2.7/site-packages \
 -DQT_QMAKE_EXECUTABLE=/usr/bin/qmake-qt4 \
 -DWITH_INTERNAL_QWTPOLAR=OFF \
 -DWITH_INTERNAL_SPATIALITE=OFF \
 #-DWITH_MAPSERVER=TRUE \
 -DGRASS_PREFIX=/opt/grass64 \
 #-DWITH_GLOBE=TRUE \

 In this case I'm getting this errormessage after the configuring process:

 -- Configuring done
 -- Generating done
 -- Build files have been written to:
 /home/tomas/builds/qgis/src/qgis/build
 /home/tomas/builds/qgis/PKGBUILD: line 98: -DGRASS_PREFIX=/opt/grass64:
 No such file or directory
 == ERROR: A failure occurred in build().
 Aborting...

 The strange thing is that, the /opt/grass64 directory is existing, but
 it can't locate it.

 Many thanks in advance for any feedback

 Tomas
 --
 Water, taken in moderation cannot hurt anybody.
 -- Mark Twain


 ___
 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




 --
 Water, taken in moderation cannot hurt anybody.
 -- Mark Twain




 --
 Water, taken in moderation cannot hurt anybody.
 -- Mark Twain
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


[Qgis-user] Newbie issue with layers

2014-08-08 Thread Mary O'Shaughnessy
Hello all:

I am a very new user of QGIS (v. 2.4) on a Windows installation. I have a SHP 
file and a CSV file with good geocoded addresses in the area delineated by the 
SHP file. However, I cannot get the layers to display together. I have turned 
off Control rendering order, checked the transparency of the layers, and 
can't figure out what else is wrong. I searched the documentation and didn't 
find anything else.

Any suggestions are very much appreciated.

Thank you.



Mary O'Shaughnessy
Manager, Information Technology
Her Justice
100 Broadway, 10th Floor
New York, NY 10005
646-442-1179
http://www.herjustice.orghttp://www.inmotiononline.org/


[cid:image001.png@01CEDAEA.307353F0]




The information contained in this email and any attachments may be legally 
privileged and confidential. If you are not an intended recipient, you are 
hereby notified that any dissemination, distribution or copying of this email 
is strictly prohibited. If you have received this email in error, please notify 
the sender and delete the original and any copy of the email.
* Please think GREEN before printing this email. Thank you.
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Newbie issue with layers

2014-08-08 Thread Saulteau Don
Hey Mary,

This sounds like it could be a projection issue.

Can you see if they actually overlap?

You can check that quickly by highlighting (left click) the layer in the
layer list, then go to View - Zoom To Layer
Do that for both layers and see if the Zoom to Layer takes you different
places.





On Fri, Aug 8, 2014 at 10:08 AM, Mary O'Shaughnessy 
moshaughne...@herjustice.org wrote:

  Hello all:



 I am a very new user of QGIS (v. 2.4) on a Windows installation. I have a
 SHP file and a CSV file with good geocoded addresses in the area delineated
 by the SHP file. However, I cannot get the layers to display together. I
 have turned off “Control rendering order,” checked the transparency of the
 layers, and can’t figure out what else is wrong. I searched the
 documentation and didn’t find anything else.



 Any suggestions are very much appreciated.



 Thank you.







 Mary O’Shaughnessy

 Manager, Information Technology

 Her Justice

 100 Broadway, 10th Floor

 New York, NY 10005

 646-442-1179

 http://www.herjustice.org http://www.inmotiononline.org/




 [image: cid:image001.png@01CEDAEA.307353F0]






 The information contained in this email and any attachments may be legally
 privileged and confidential. If you are not an intended recipient, you are
 hereby notified that any dissemination, distribution or copying of this
 email is strictly prohibited. If you have received this email in error,
 please notify the sender and delete the original and any copy of the email.
 * Please think GREEN before printing this email. Thank you.

 ___
 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] Newbie issue with layers

2014-08-08 Thread Mike Flannigan


Howdy.

I assume you have checked and unchecked the black
'X' next to each layer in the Layers window and
each layer turns on and off as you check them?

Also try a 'zoom to layer' for the csv layer.
Perhaps this is just a case of not having a
negative sign in front of the long, so your
points are on the other side of the world.


Mike



On 8/8/2014 1:24 PM, qgis-user-requ...@lists.osgeo.org wrote:

Hello all:

I am a very new user of QGIS (v. 2.4) on a Windows installation. I have a SHP file and a 
CSV file with good geocoded addresses in the area delineated by the SHP file. However, I 
cannot get the layers to display together. I have turned off Control rendering 
order, checked the transparency of the layers, and can't figure out what else is 
wrong. I searched the documentation and didn't find anything else.

Any suggestions are very much appreciated.

Thank you.


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


Re: [Qgis-user] Plugin's

2014-08-08 Thread Alex Mandel
You'll need to be a little more specific. A few plugins are known to
have broken in the upgrade from 2.2 to 2.4

Sometimes even once the fix is released, you actually need to manually
delete the old plugin files and reinstall the plugin for it to work
right. I believe this technique may apply to OpenLayers.

Please be more specific about which plugins stopped work, what version
you are using, what operating system, did they stop working on upgrade
and are you receiving error messages or can you describe how the plugins
are failing?

Thanks,
Alex

On 08/08/2014 07:36 AM, Zeke Davidson wrote:
 Any explanation for why several plugin's have stopped working? Openlayers 
 among them.
 
 Zeke Davidson
 Conservation Biologist 
 davidson.z...@gmail.com


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


Re: [Qgis-user] Newbie issue with layers

2014-08-08 Thread Randal Hale
So the last couple of responses are good - those are things you need to 
check.


Try this - bottom right hand corner of QGIS there is a small icon that 
appears to be a circle with some shading. Just to the left of it you 
probably see EPSG:4326 (hopefully). Click on the icon - turn on on the 
fly CRS transformation and see if things line up.


Randy



On 08/08/2014 02:08 PM, Mary O'Shaughnessy wrote:


Hello all:

I am a very new user of QGIS (v. 2.4) on a Windows installation. I 
have a SHP file and a CSV file with good geocoded addresses in the 
area delineated by the SHP file. However, I cannot get the layers to 
display together. I have turned off “Control rendering order,” checked 
the transparency of the layers, and can’t figure out what else is 
wrong. I searched the documentation and didn’t find anything else.


Any suggestions are very much appreciated.

Thank you.

Mary O’Shaughnessy

Manager, Information Technology

Her Justice

100 Broadway, 10^th Floor

New York, NY 10005

646-442-1179

http://www.herjustice.org http://www.inmotiononline.org/


cid:image001.png@01CEDAEA.307353F0



The information contained in this email and any attachments may be 
legally privileged and confidential. If you are not an intended 
recipient, you are hereby notified that any dissemination, 
distribution or copying of this email is strictly prohibited. If you 
have received this email in error, please notify the sender and delete 
the original and any copy of the email.

* Please think GREEN before printing this email. Thank you.


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


--
-
Randal Hale
North River Geographic Systems, Inc
http://www.northrivergeographic.com
423.653.3611 rjh...@northrivergeographic.com
twitter:rjhale http://about.me/rjhale
http://www.northrivergeographic.com/spatial-connect

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

Re: [Qgis-user] Newbie issue with layers

2014-08-08 Thread Mary O'Shaughnessy
Thank you, all!

Yes indeed, it does seem to be a projection issue. I selected the 
NAD_1983_StatePlane_New_York_Long_Island_FIPS_3104_Feet CRS since that is what 
is specified in the SHP file information, and assigned that to the .CSV file of 
geocoded addresses as well.  I saved the SHP file in order to convert the 
coordinates to latitude and longitude, but now the SHP file winds up south and 
east of the address layer. The scales are different, as well.

It looks to me like they need a matching center point?

Mary


From: qgis-user-boun...@lists.osgeo.org 
[mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of Randal Hale
Sent: Friday, August 08, 2014 3:00 PM
To: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] Newbie issue with layers

So the last couple of responses are good - those are things you need to check.

Try this - bottom right hand corner of QGIS there is a small icon that appears 
to be a circle with some shading. Just to the left of it you probably see 
EPSG:4326 (hopefully). Click on the icon - turn on on the fly CRS 
transformation and see if things line up.

Randy


On 08/08/2014 02:08 PM, Mary O'Shaughnessy wrote:
Hello all:

I am a very new user of QGIS (v. 2.4) on a Windows installation. I have a SHP 
file and a CSV file with good geocoded addresses in the area delineated by the 
SHP file. However, I cannot get the layers to display together. I have turned 
off Control rendering order, checked the transparency of the layers, and 
can't figure out what else is wrong. I searched the documentation and didn't 
find anything else.

Any suggestions are very much appreciated.

Thank you.



Mary O'Shaughnessy
Manager, Information Technology
Her Justice
100 Broadway, 10th Floor
New York, NY 10005
646-442-1179
http://www.herjustice.orghttp://www.inmotiononline.org/


[cid:image001.png@01CEDAEA.307353F0]




The information contained in this email and any attachments may be legally 
privileged and confidential. If you are not an intended recipient, you are 
hereby notified that any dissemination, distribution or copying of this email 
is strictly prohibited. If you have received this email in error, please notify 
the sender and delete the original and any copy of the email.
* Please think GREEN before printing this email. Thank you.



___

Qgis-user mailing list

Qgis-user@lists.osgeo.orgmailto:Qgis-user@lists.osgeo.org

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



--

-

Randal Hale

North River Geographic Systems, Inc

http://www.northrivergeographic.com

423.653.3611 
rjh...@northrivergeographic.commailto:rjh...@northrivergeographic.com

twitter:rjhale http://about.me/rjhale

http://www.northrivergeographic.com/spatial-connect
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Re: [Qgis-user] Plugin's

2014-08-08 Thread Zeke Davidson
Thanks Axel, I'm not on the machine right now. But the version is Valmiera 
(2.2? I think) and it's running on OSX. I upgraded some time ago and it's  been 
fine for ages. And today I got a bunch of messages telling me there were broken 
plugins. I can send a list later tho. 

Thanks for the reply. 
Zeke Davidson



 On 08 Aug 2014, at 21:48, Alex Mandel tech_...@wildintellect.com wrote:
 
 You'll need to be a little more specific. A few plugins are known to
 have broken in the upgrade from 2.2 to 2.4
 
 Sometimes even once the fix is released, you actually need to manually
 delete the old plugin files and reinstall the plugin for it to work
 right. I believe this technique may apply to OpenLayers.
 
 Please be more specific about which plugins stopped work, what version
 you are using, what operating system, did they stop working on upgrade
 and are you receiving error messages or can you describe how the plugins
 are failing?
 
 Thanks,
 Alex
 
 On 08/08/2014 07:36 AM, Zeke Davidson wrote:
 Any explanation for why several plugin's have stopped working? Openlayers 
 among them.
 
 Zeke Davidson
 Conservation Biologist 
 davidson.z...@gmail.com
 
 
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user


Re: [Qgis-user] Newbie issue with layers

2014-08-08 Thread Randal Hale
Make your CSV EPSG:4326 (wgs84) since you have Lat and Long Ranges. See 
if they line up with Project on the fly checked.


If so - right click the layer and Save as and reproject (selecting a 
defined CRS) to NAD_1983_StatePlane_New_York_Long_Island_FIPS_3104_Feet





On 08/08/2014 03:14 PM, Mary O'Shaughnessy wrote:


Thank you, all!

Yes indeed, it does seem to be a projection issue. I selected the 
NAD_1983_StatePlane_New_York_Long_Island_FIPS_3104_Feet CRS since that 
is what is specified in the SHP file information, and assigned that to 
the .CSV file of geocoded addresses as well.  I saved the SHP file in 
order to convert the coordinates to latitude and longitude, but now 
the SHP file winds up south and east of the address layer. The scales 
are different, as well.


It looks to me like they need a matching center point?

Mary

*From:*qgis-user-boun...@lists.osgeo.org 
[mailto:qgis-user-boun...@lists.osgeo.org] *On Behalf Of *Randal Hale

*Sent:* Friday, August 08, 2014 3:00 PM
*To:* qgis-user@lists.osgeo.org
*Subject:* Re: [Qgis-user] Newbie issue with layers

So the last couple of responses are good - those are things you need 
to check.


Try this - bottom right hand corner of QGIS there is a small icon that 
appears to be a circle with some shading. Just to the left of it you 
probably see EPSG:4326 (hopefully). Click on the icon - turn on on 
the fly CRS transformation and see if things line up.


Randy


On 08/08/2014 02:08 PM, Mary O'Shaughnessy wrote:

Hello all:

I am a very new user of QGIS (v. 2.4) on a Windows installation. I
have a SHP file and a CSV file with good geocoded addresses in the
area delineated by the SHP file. However, I cannot get the layers
to display together. I have turned off “Control rendering order,”
checked the transparency of the layers, and can’t figure out what
else is wrong. I searched the documentation and didn’t find
anything else.

Any suggestions are very much appreciated.

Thank you.

Mary O’Shaughnessy

Manager, Information Technology

Her Justice

100 Broadway, 10^th Floor

New York, NY 10005

646-442-1179

http://www.herjustice.org http://www.inmotiononline.org/


cid:image001.png@01CEDAEA.307353F0



The information contained in this email and any attachments may be
legally privileged and confidential. If you are not an intended
recipient, you are hereby notified that any dissemination,
distribution or copying of this email is strictly prohibited. If
you have received this email in error, please notify the sender
and delete the original and any copy of the email.
* Please think GREEN before printing this email. Thank you.


___

Qgis-user mailing list

Qgis-user@lists.osgeo.org  mailto:Qgis-user@lists.osgeo.org

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



--
-
Randal Hale
North River Geographic Systems, Inc
http://www.northrivergeographic.com
423.653.3611rjh...@northrivergeographic.com  
mailto:rjh...@northrivergeographic.com
twitter:rjhalehttp://about.me/rjhale
http://www.northrivergeographic.com/spatial-connect


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


--
-
Randal Hale
North River Geographic Systems, Inc
http://www.northrivergeographic.com
423.653.3611 rjh...@northrivergeographic.com
twitter:rjhale http://about.me/rjhale
http://www.northrivergeographic.com/spatial-connect

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

Re: [Qgis-user] Newbie issue with layers

2014-08-08 Thread Mary O'Shaughnessy
WAHOO! Thank you all for your help!

I am so excited!


From: qgis-user-boun...@lists.osgeo.org 
[mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of Randal Hale
Sent: Friday, August 08, 2014 3:18 PM
To: qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] Newbie issue with layers

Make your CSV EPSG:4326 (wgs84) since you have Lat and Long Ranges. See if they 
line up with Project on the fly checked.

If so - right click the layer and Save as and reproject (selecting a defined 
CRS) to NAD_1983_StatePlane_New_York_Long_Island_FIPS_3104_Feet



On 08/08/2014 03:14 PM, Mary O'Shaughnessy wrote:
Thank you, all!

Yes indeed, it does seem to be a projection issue. I selected the 
NAD_1983_StatePlane_New_York_Long_Island_FIPS_3104_Feet CRS since that is what 
is specified in the SHP file information, and assigned that to the .CSV file of 
geocoded addresses as well.  I saved the SHP file in order to convert the 
coordinates to latitude and longitude, but now the SHP file winds up south and 
east of the address layer. The scales are different, as well.

It looks to me like they need a matching center point?

Mary


From: 
qgis-user-boun...@lists.osgeo.orgmailto:qgis-user-boun...@lists.osgeo.org 
[mailto:qgis-user-boun...@lists.osgeo.org] On Behalf Of Randal Hale
Sent: Friday, August 08, 2014 3:00 PM
To: qgis-user@lists.osgeo.orgmailto:qgis-user@lists.osgeo.org
Subject: Re: [Qgis-user] Newbie issue with layers

So the last couple of responses are good - those are things you need to check.

Try this - bottom right hand corner of QGIS there is a small icon that appears 
to be a circle with some shading. Just to the left of it you probably see 
EPSG:4326 (hopefully). Click on the icon - turn on on the fly CRS 
transformation and see if things line up.

Randy



On 08/08/2014 02:08 PM, Mary O'Shaughnessy wrote:
Hello all:

I am a very new user of QGIS (v. 2.4) on a Windows installation. I have a SHP 
file and a CSV file with good geocoded addresses in the area delineated by the 
SHP file. However, I cannot get the layers to display together. I have turned 
off Control rendering order, checked the transparency of the layers, and 
can't figure out what else is wrong. I searched the documentation and didn't 
find anything else.

Any suggestions are very much appreciated.

Thank you.



Mary O'Shaughnessy
Manager, Information Technology
Her Justice
100 Broadway, 10th Floor
New York, NY 10005
646-442-1179
http://www.herjustice.orghttp://www.inmotiononline.org/


[cid:image001.png@01CEDAEA.307353F0]




The information contained in this email and any attachments may be legally 
privileged and confidential. If you are not an intended recipient, you are 
hereby notified that any dissemination, distribution or copying of this email 
is strictly prohibited. If you have received this email in error, please notify 
the sender and delete the original and any copy of the email.
* Please think GREEN before printing this email. Thank you.




___

Qgis-user mailing list

Qgis-user@lists.osgeo.orgmailto:Qgis-user@lists.osgeo.org

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




--

-

Randal Hale

North River Geographic Systems, Inc

http://www.northrivergeographic.com

423.653.3611 
rjh...@northrivergeographic.commailto:rjh...@northrivergeographic.com

twitter:rjhale http://about.me/rjhale

http://www.northrivergeographic.com/spatial-connect




___

Qgis-user mailing list

Qgis-user@lists.osgeo.orgmailto:Qgis-user@lists.osgeo.org

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



--

-

Randal Hale

North River Geographic Systems, Inc

http://www.northrivergeographic.com

423.653.3611 
rjh...@northrivergeographic.commailto:rjh...@northrivergeographic.com

twitter:rjhale http://about.me/rjhale

http://www.northrivergeographic.com/spatial-connect
___
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user