Hi Michael,

I have another question.

I get the following build error (in Eclipse):
===
Access restriction: The type GBK is not accessible due to restriction on 
required library 
/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/charsets.jar
 
AutoCSVFile.java        /OJ_CSVDriver/src/fr/michaelm/jump/drivers/csv  line 43 
Java Problem
===
What Java version are you using for building this project? I had 1.5 
compatibility, but use 1.6... Any clue how to circumvent the error?

cheers,
stefan

Am 13.08.12 11:27, schrieb Stefan Steiniger:
> Hi again,
>
> so - I was thinking - why not not doing it.
>
> I did read my GTFS files with your new plugin, in both modes, and it
> works like a charm. thanks a lot!!!
>
> Now I actually have question, outing me that I am not on track with OJ
> development...: When I did load the one csv file with the auto option it
> did read the table as a table, of course, and did not figure what
> columns may contain coordinates. So my question would be: Do we have a
> plugin/function that allows to take the "Table" Layer, then the user can
> assign the two x,y columns, and a new layers (with points) is created?
>
> If we don't have that... I probably could do that?
> Should be easy...
> Anyone thinking that this is useful?
> And in what menu to put it?
>
> cheers,
> stefan
>
> Am 13.08.12 10:48, schrieb Stefan Steiniger:
>> Thanks Michael,
>>
>> didn't had internet over the weekend.
>> So give me 3 days to check :)
>>
>> cheers,
>> stefan
>>
>> Am 12.08.12 17:42, schrieb Michaël Michaud:
>>> Hi Ede,
>>>> Michael,
>>>>
>>>> do you keep in mind to update the readme.txt accordingly if you modify 
>>>> PLUS?
>>> Thanks for the reminder, I'll add it.
>>>
>>> Michaël
>>>>
>>>> thanks.. ede
>>>>
>>>>
>>>> On 11.08.2012 22:18, Michaël Michaud wrote:
>>>>> Hi Stefan,
>>>>>
>>>>> I made small changes to the csv driver and uploaded the sources in the
>>>>> plugin repository
>>>>>
>>>>> - now auto mode import empty GeometryCollection if no geometry column is
>>>>> detected
>>>>> - options mode import empty GeometryCollection if x column or y column
>>>>> are set to '-'
>>>>>         (dash character, after the sixteenth column)
>>>>>
>>>>> - I did not do anything for data type detection. Feel free to patch.
>>>>>
>>>>> - the jar file is in the dist directory (csv-driver-0.6.5.jar).
>>>>>         I'll put it in the ext directory for OJ PLUS version after you 
>>>>> have
>>>>> given it a try
>>>>>
>>>>> Michaël
>>>>>
>>>>>> Hi Michael,
>>>>>>
>>>>>>> I suggest to add the feature you ask in the automatic mode :
>>>>>>> no geometry found -> create empty GeometryCollection
>>>>>> ok, sounds good, but that should be documented somewhere.
>>>>>> However, I used the manual settings option, just to get sure. So having
>>>>>> it there maybe helpful too.
>>>>>>
>>>>>>> What do you mean ? I can save a layer with no feature in JML and I can
>>>>>>> save a layer
>>>>>>> with a single GEOMETRYCOLLECTION EMPTY.
>>>>>> I created null geometry points for the csv with no geometry info using:
>>>>>>
>>>>>>          Coordinate cord = null;
>>>>>>          Geometry defaultGeometry = new 
>>>>>> GeometryFactory().createPoint(cord);
>>>>>>
>>>>>> maybe that was the mistake. I will change it to empty
>>>>>> GeometryCollection. Thanks for the hint!
>>>>>>
>>>>>>> Did you try to save a feature with a null geometry ? How did you create 
>>>>>>> it ?
>>>>>>> I don't think we should authorize it.
>>>>>> mhm.. not sure?
>>>>>> May point is that I think it would be a good idea to allow handling of
>>>>>> non geometry datasets (= tables) and saving them to JML? but the empty
>>>>>> GeomentryCollection would solve that (more or less).
>>>>>> just a thought
>>>>>>
>>>>>>> Yes, it is a possible improvement. There are some reasons why it is not
>>>>>>> already done :
>>>>>> yes.. I see the reasons too.
>>>>>> Actually, I am not sure if the type casting is a good way too... need to
>>>>>> check what happens in the case that a column has no entries in some
>>>>>> places but "0" can be there too. I.e. avoid the conversion "null" => 0.
>>>>>>
>>>>>>
>>>> ------------------------------------------------------------------------------
>>>> Live Security Virtual Conference
>>>> Exclusive live event will cover all the ways today's security and
>>>> threat landscape has changed and how IT managers can respond. Discussions
>>>> will include endpoint security, mobile security and the latest in malware
>>>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>>>> _______________________________________________
>>>> Jump-pilot-devel mailing list
>>>> [email protected]
>>>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>>>
>>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> Live Security Virtual Conference
>>> Exclusive live event will cover all the ways today's security and
>>> threat landscape has changed and how IT managers can respond. Discussions
>>> will include endpoint security, mobile security and the latest in malware
>>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>>> _______________________________________________
>>> Jump-pilot-devel mailing list
>>> [email protected]
>>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>>
>>
>> ------------------------------------------------------------------------------
>> Live Security Virtual Conference
>> Exclusive live event will cover all the ways today's security and
>> threat landscape has changed and how IT managers can respond. Discussions
>> will include endpoint security, mobile security and the latest in malware
>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>> _______________________________________________
>> Jump-pilot-devel mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Jump-pilot-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Jump-pilot-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to