[JPP-Devel] MacOSX vertex image font loading errors?

2014-12-29 Thread Stefan Steiniger

Hi Ede,

so I just unpacked 1.8.0 PLUS release on my OSX machine and when 
starting it I got the error below (see image attached) for each index 
file that was seemingly created for the Vertex Image fonts.

Which means I had to click about 20x times to get to use OJ.
So, any idea how to avoid it - without a Mac user requiring to delete 
those files?


Perhaps we can add a file name filter as it concerns files starting with 
._ only?


Btw., I don't recall these files being created/part of other OJ 
editions? I see now that there is a ._ file for each file in every 
folder. Could this have happened when you packed them or is it a result 
of unzipping on my laptop?


cheers,
stefan
--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] MacOSX vertex image font loading errors?

2014-12-29 Thread edgar . soldin
On 29.12.2014 16:53, Stefan Steiniger wrote:
 Hi Ede,
 
 so I just unpacked 1.8.0 PLUS release on my OSX machine and when starting it 
 I got the error below (see image attached) for each index file that was 
 seemingly created for the Vertex Image fonts.

hmm.. just tried on OSX Yosemite, downloaded/unpacked portable, everything's 
fine

 Which means I had to click about 20x times to get to use OJ.

they should probably not be loaded during startup at all, not until the ui is 
shown

 So, any idea how to avoid it - without a Mac user requiring to delete those 
 files?

maybe it's the filesystem you extracted to?
 
 Perhaps we can add a file name filter as it concerns files starting with ._ 
 only?

feel free to do so and if possible load them later as outlined above
 
 Btw., I don't recall these files being created/part of other OJ editions? 

they're not in the zip files

I see now that there is a ._ file for each file in every folder. Could this 
have happened when you packed them 

yes

or is it a result of unzipping on my laptop?

_and_ yes

;).. probably two things to do here
1. find out why they are created on your end
2. fix the plugin

..ede

--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


[JPP-Devel] WFS ui

2014-12-29 Thread edgar . soldin
hey Jukka,

please try out the reworked WFS ui (commit below). much smaller now, should fit 
on your laptop nicely.

also try the Request/Response feature.

..ede


 Forwarded Message 
Subject: [Jump-pilot-svn-notify] SF.net SVN: jump-pilot:[4235] 
core/trunk/src/de/latlon/deejump/wfs/ui
Date: Mon, 29 Dec 2014 19:22:21 +
From: e...@users.sourceforge.net
Reply-To: jump-pilot-svn-not...@lists.sourceforge.net
To: jump-pilot-svn-not...@lists.sourceforge.net

Revision: 4235
  http://sourceforge.net/p/jump-pilot/code/4235
Author:   edso
Date: 2014-12-29 19:22:20 + (Mon, 29 Dec 2014)
Log Message:
---
wfs dialog is much more compressed now


--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


Re: [JPP-Devel] WFS ui

2014-12-29 Thread Rahkonen Jukka (Tike)
Hi Ede,

Fits better, at least still I open the advanced features when the Options, Hide 
advanced settings, OK, and Cancel buttons go hide for me and I must make the 
window lower and move it. The Request tab is better now.

I managed to make successful requests with spatial filter and attribute filter 
from couple of GeoServers. However, I must edit the request by hand:

- With WFS 1.1.0 the srsName is created as 
srsName=urn:x-ogc:def:crs:EPSG:4326. It is usually better to edit it into 
srsName=EPSG:4326
- Plugin creates BBOX filter with WFS 1.1.0 as:
 
gml:Box
gml:coord
gml:X
-125.9640821151/gml:X
gml:Y
21.5847278861488/gml:Y
/gml:coord
...

This is GML2 way and deprecated in GML3. Geoserver does not accept it. 
Intersects filter does work after some manual editing.
- The plugin is willing to insert app or app2 etc. namespace in a deegree 
style here and there and they often cause some mess. Here is an example, 
removing app3: fixes this issue.
ogc:PropertyName xmlns:topp=http://www.openplans.org/topp;
topp:app3:STATE_NAME/ogc:PropertyName

String comparisons (STATE_NAME LIKE 'Colorado') fail for me for some reason but 
I had luck with some numeric filters (STATE_FIPS=17).

So not totally hopeless situation I would say.

-Jukka Rahkonen-

edgar.soldin wrote:

hey Jukka,

please try out the reworked WFS ui (commit below). much smaller now, should fit 
on your laptop nicely.

also try the Request/Response feature.

..ede


 Forwarded Message 
Subject: [Jump-pilot-svn-notify] SF.net SVN: jump-pilot:[4235] 
core/trunk/src/de/latlon/deejump/wfs/ui
Date: Mon, 29 Dec 2014 19:22:21 +
From: e...@users.sourceforge.net
Reply-To: jump-pilot-svn-not...@lists.sourceforge.net
To: jump-pilot-svn-not...@lists.sourceforge.net

Revision: 4235
  http://sourceforge.net/p/jump-pilot/code/4235
Author:   edso
Date: 2014-12-29 19:22:20 + (Mon, 29 Dec 2014)
Log Message:
---
wfs dialog is much more compressed now


--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
___
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel