<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    <br>
    <blockquote
      cite="mid:AANLkTikxJ6FdVmXwGJPB8vVV5wQ7JT4BbGmRPA7=tspz@mail.gmail.com"
      type="cite">
      <div class="gmail_quote">2011/1/27 Alberto Romeu <span>&lt;<a
            moz-do-not-send="true" href="mailto:aromeu@prodevelop.es">aromeu@prodevelop.es</a>&gt;</span><br>
        <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
          0.8ex; border-left: 1px solid rgb(204, 204, 204);
          padding-left: 1ex;">
          <div> El 27/01/11 14:43, simon thepot escribió:
            <blockquote>
              <div>
                <div class="h5">Hi,<br>
                  I just began to develop my own application and chose
                  gvSIG mini as it seems robust and promising ; thanks
                  for developping this great application.<br>
                  <br>
                  Yet, after having spent several days in the code, I
                  think some refactor may be made (as mentionned in the
                  header's comment in the activity/map.java file).<br>
                  <br>
                  - Are you planning to refactor in the month to come ?
                  (I have to build a first version of my software in
                  this delay)<br>
                  - Is there a way to contribute to gvSIG mini and
                  possibly see some patch merged upstream ?<br>
                  (Troll question: are you planning to move to git ;))<br>
                  <br>
                  <br>
                  Otherwise:<br>
                  - Do you plan to integrate vector feature import ?
                  (GML etc. ?)<br>
                  - Is there an explanation for not using thrid party
                  lib like the Geotools lib for Java ? (eg: for handling
                  projection, geometry etc.) <br>
                  <br>
                  <br>
                  Thanks a lot,<br>
                  Cheers,<br>
                  <br>
                  Simon Thépot aka djcoin<br>
                  <br>
                </div>
              </div>
              <pre><fieldset></fieldset>
_______________________________________________
Gvsig_internacional mailing list
<a moz-do-not-send="true" href="mailto:Gvsig_internacional@listserv.gva.es">Gvsig_internacional@listserv.gva.es</a>
<a moz-do-not-send="true" href="http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_internacional">http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_internacional</a>
</pre>
            </blockquote>
            Hi Simon,<br>
            <br>
            1. I do think some refactor is needed... we are currently in
            the process of releasing a version with offline POI
            management, so no big refactor is going to be done.<br>
            <br>
            2. If you have some patch or bug fix you can e-mail them to
            me and I will merge them into the trunk for the next
            version. If you plan to contribute frequently we can give
            you write permissions to the SVN (we not plan to move to git
            :P).<br>
            <br>
            3. Regarding vector data I've done some tests (in my spare
            time) on using the gvSIG-GPE library to parse some vector
            formats (GML, KML, GPX...). It would be a nice feature but I
            guess we would need some collaboration as we have limited
            resources.<br>
            <br>
            4. gvSIG Mini was developed at the beginning for Java
            capable phones (MIDP 2.0 / CLDC), so we couldn't use any
            third party library as most of them were not compatible with
            J2ME. When we decided port gvSIG Mini to Android we took
            some compatible code from the Java phone's version, so, is
            because of that we have our own geometries and projection
            model.<br>
            <br>
            Can I ask you what is your application about?<br>
            <br>
            Regards,<br>
            <pre>-- 

Alberto Romeu
---

Prodevelop SL, Valencia (España)
Tlf.: 96.351.06.12 -- Fax: 96.351.09.68
<a moz-do-not-send="true" href="http://www.prodevelop.es">http://www.prodevelop.es</a>
--- </pre>
          </div>
          <br>
          _______________________________________________<br>
          Gvsig_internacional mailing list<br>
          <a moz-do-not-send="true"
            href="mailto:Gvsig_internacional@listserv.gva.es">Gvsig_internacional@listserv.gva.es</a><br>
          <a moz-do-not-send="true"
href="http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_internacional">http://listserv.gva.es/cgi-bin/mailman/listinfo/gvsig_internacional</a><br>
          <br>
        </blockquote>
      </div>
      El 27/01/11 17:23, simon thepot escribió:
      <blockquote
        cite="mid:AANLkTikxJ6FdVmXwGJPB8vVV5wQ7JT4BbGmRPA7=tspz@mail.gmail.com"
        type="cite"> Hi,<br>
        thanks a lot for your quick and accurate answer.<br>
        <br>
        Offline POI management is a great feature :) What do you put
        under the "management" word ?<br>
        <br>
        The application i'm currenlty developping is supposed to offer
        an enhanced (interactive) experience when visiting a famous
        place (Castle, museum, etc.).<br>
        A visit is composed of an offline (for autonomy sake) map, POIs
        and media.<br>
        When the visitor moves into some area (GPS located), actions are
        triggered : phone vibrating, sounds playing, media
        (text/photos/videos) are suggested.<br>
        The map displays those media and the POIs he already visited ;
        the nearest POI etc.<br>
        <br>
        The goal is to provide great immersion when visiting a place.<br>
        If you have any idea of any kind (how to realize some point
        using you application, interesting features, etc.), you are more
        than welcome :)<br>
        <br>
        I am currently refactoring out large pieces of code (just moving
        stuff around - to limit class size -, adding factories and so
        on).<br>
        It would be great if my patch were to be discussed and some move
        upsteam, otherwise It may be  impossible for me to maintain it.<br>
        I would be glad to help building your app  as I will certainly
        still use it in the future.<br>
        <br>
        Submitting my work by patch seems a bit tedious. How could we
        improve this ? Maybe a repo on github where we may comments the
        code etc. ?<br>
        <br>
        <br>
        By the way, I'm not an expert at GIS technology (trying to learn
        hard ! :) ) but I should be able to program as it's my job :)<br>
        <br>
        Regards,<br>
        Simon</blockquote>
    </blockquote>
    Hi,<br>
    <br>
    it seems to me that your application can fit with what we are
    currently developing. We plan to pack POIs into a database stored in
    the SD card and allow the user to visualize several POI layers
    (transportation, accomodation, food, shops, monuments, etc...), find
    nearest places, full text search of POIs and streets, mark POIs as
    favourites, etc. It looks like a great idea add that 'interactive
    experience' to the POIs.<br>
    <br>
    About how to deal with the development or submit patches, if you
    want we can discuss in private as I will need more info of the
    features you plan to develop.<br>
    <br>
    I have some questions:<br>
    <br>
    Do you plan to publish your app in the market? How do you plan to
    manage POIs and media? Will be they stored in the SD card, taken
    from a remote service...?<br>
    <br>
    Regards,<br>
    <pre class="moz-signature" cols="72">-- 

Alberto Romeu
---

Prodevelop SL, Valencia (España)
Tlf.: 96.351.06.12 -- Fax: 96.351.09.68
<a class="moz-txt-link-freetext" href="http://www.prodevelop.es">http://www.prodevelop.es</a>
--- </pre>
  </body>
</html>