| 05:57:45 | zikzak: | I am using QGIS 1.1.0 under Debian Lenny. The "Coordinate Capture" Plugin only shows me three numbers after the decimal point. Is there a way to change this to show more numbers? |
| 08:51:59 | springmeyer: | is it possible in python to get the layer renderer object cast to the type of object that controls the symbolization, like continuous color... |
| 08:52:07 | springmeyer: | this obviously does not work: |
| 08:52:09 | springmeyer: | QgsContinuousColorRenderer( iface.mapCanvas( ).layer( 0 ).renderer( ) ) |
| 08:52:52 | springmeyer: | while I can create a copy with... |
| 08:52:52 | springmeyer: | QgsContinuousColorRenderer( l.geometryType( ) ) |
| 08:53:06 | springmeyer: | but I need access to the actual instance |
| 08:54:11 | springmeyer: | I'm thinking perhaps I need the python equivalent of: |
| 08:54:12 | springmeyer: | const QgsContinuousColorRenderer* renderer = dynamic_cast < const QgsContinuousColorRenderer * >( layer->renderer( ) );; |
| 10:41:21 | jctull: | can anyone else confirm the "Fetch Python Plugins..." menu item is not working in trunk? |
| 10:41:36 | jctull: | I get no response on my OS X build. |
| 10:59:13 | timlinux: | hi all |
| 10:59:18 | timlinux: | @seen gsherman |
| 10:59:18 | sigq: | timlinux: gsherman was last seen in #qgis 2 days, 2 hours, 53 minutes, and 19 seconds ago: * gsherman back later |
| 10:59:18 | jctull: | hey timlinux |
| 10:59:26 | timlinux: | hi jctull |
| 11:00:08 | jctull: | trying to figure out why the Fetch python plugins... menu item is doing nothing for me in trunk. |
| 11:00:34 | jctull: | Just made a debug build and no information in the console... |
| 11:01:10 | : | * timlinux hasnt updated and built in a few days |
| 11:01:18 | : | * timlinux goes to hit svn update |
| 11:01:39 | jctull: | keep me posted. I will be in and out for a bit, but online either way |
| 11:16:46 | wonder_sk: | springmeyer: just found out that the conversion you'd like to have is missing in the bindings :-/ |
| 11:17:23 | wonder_sk: | i could fix it but it would work just for svn trunk ( and then >= qgis 1.2 ) |
| 11:19:23 | wonder_sk: | if the conversion is implemented, SIP automatically returns the most appropriate ( child ) class instance instead of the base class |
| 11:19:26 | timlinux: | hi wonder_sk |
| 11:19:34 | : | * timlinux is thinking about next release date |
| 11:19:42 | timlinux: | wonder_sk, any preferences? |
| 11:19:51 | wonder_sk: | hi timlinux |
| 11:19:56 | wonder_sk: | long time no see : ) |
| 11:20:36 | wonder_sk: | my preference would be sometime during august so i could merge the labeling stuff |
| 11:20:39 | wonder_sk: | and symbology stuff |
| 11:20:49 | wonder_sk: | and openstreetmap stuff : ) |
| 11:21:08 | : | * wonder_sk is wondering whether that is too much at once |
| 11:24:06 | jctull: | wonder_sk: nothing wrong with being productive : ) |
| 11:24:42 | jctull: | I'm trying to test the osm stuff, but the plugin manager seems broken, for me at least |
| 11:31:28 | timlinux: | wonder_sk, :- ) |
| 11:48:27 | doktoreas: | hi timlinux |
| 11:48:43 | doktoreas: | just wondering who worked at the wfs plugin? |
| 11:53:05 | timlinux: | doktoreas, marco |
| 11:53:23 | doktoreas: | ok thx |
| 11:53:53 | doktoreas: | I'll talk with Paolo about a financial support for wfs-t |
| 12:15:33 | LintWad: | So, I'm trying to add a text delimited file of GPS points into qgis. This is in a project with several text delimited points already added and visible. Unfortunately the new ones will not show on the map. Anyone willing to lend a hand? |
| 12:35:22 | LintWad: | This is annoying. |
| 12:36:59 | timlinux: | LintWad, is your delimited file correctly formed? |
| 12:37:04 | timlinux: | markusN, hi |
| 12:38:23 | LintWad: | I'm not sure. |
| 12:38:31 | LintWad: | I just restarted and tried adding the previous ones that worked, and they work. |
| 12:38:41 | LintWad: | However if I try entering the new one, it fails and then subsequent entries fail. |
| 12:38:46 | LintWad: | So my guess is this current one isn't working. |
| 12:40:07 | markusN: | hi timlinux |
| 12:41:38 | timlinux: | markusN, did you say you were going to the africa gis conference in uganda in oct? |
| 12:43:15 | markusN: | which conf is that? |
| 12:43:28 | : | * markusN darkly remembers something |
| 12:44:19 | : | * markusN checks http://www.conferencealerts.com/gis.htm |
| 12:46:25 | wildintellect: | LintWad, can you post a copy of your file to http://pastebin.ca/ for us to test |
| 12:46:26 | sigq: | Title: pastebin - Type, paste, share. ( at pastebin.ca ) |
| 12:46:46 | LintWad: | I just tried a different way of doing things, and it seems to have worked. |
| 12:46:53 | LintWad: | I am still going to paste it, because I would have preferred to use the other file. |
| 12:47:29 | LintWad: | http://pastebin.ca/1451134 |
| 12:47:31 | sigq: | Title: pastebin - boundaries - post number 1451134 ( at pastebin.ca ) |
| 12:51:00 | wildintellect: | LintWad, it doesn't like the commas at the end of the lines |
| 12:51:54 | LintWad: | Oh. That makes sense. |
| 12:52:07 | LintWad: | Wow. Thank you. |
| 13:49:12 | epifanio: | hi All |
| 13:50:40 | epifanio: | anyone on mac with pyqwt installed ? |
| 13:50:44 | : | * epifanio after some problems .. has formatted its laptop :-( and now works on restore all the dependencies |
| 13:51:22 | wildintellect: | I want to say there was a thread on that topic last month |
| 13:51:48 | epifanio: | wildintellect: have you a keywords so i can search it ? |
| 13:52:38 | wildintellect: | http://n2.nabble.com/Re%3A-Call-for-packaging-%3A-1.0.2-%27Kore%27-and-1.1-%27Pan%27-td2718350.html#a2744151 |
| 13:52:44 | sigq: | Title: Nabble - qgis-developer - Re: Call for packaging : 1.0.2 'Kore' and 1.1 'Pan' ( at n2.nabble.com ) |
| 13:52:54 | epifanio: | i had installed it on my old partition but now i get this error .. http://paste.debian.net/38316/ .. the sip file "qwtabstractslider" that generate the error is : http://paste.debian.net/38321/ |
| 13:52:55 | sigq: | Title: #debian.de Pastezone ( at paste.debian.net ) |
| 13:53:41 | wildintellect: | http://n2.nabble.com/forum/Search.jtp?query=qgis+Qwt5&daterange=0&startdate=&enddate= |
| 13:53:42 | sigq: | Title: Nabble - Search for 'qgis Qwt5' ( at n2.nabble.com ) |
| 13:54:04 | epifanio: | wildintellect: .. seems a version problems :-( |
| 13:55:29 | epifanio: | well ... an other list to subscibe to ... |
| 13:56:43 | : | * epifanio ... some tmes gives a look at application monitor when mail is open ... 1.3 gb virtual memory only for it :-( |
| 14:02:55 | wildintellect: | blame it on the attachments |
| 23:15:35 | CIA-65: | mhugent * r10892 /trunk/qgis/src/core/raster/qgsrasterlayer.cpp: Forgot to commit a file last Friday that is necessary for WMS based printing |