<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hi Cameron,</p>
    <p>thank you very much for your reply. We are happy to hear that you
      see GeoStyler as a suitable project.</p>
    <p>Generally, we think including GeoStyler in OSGeoLive would be
      great. However, we first have to think about how we could include
      it, so that it actually makes sense (since GeoStyler is a
      collection of libraries in the first place).</p>
    <p>We will discuss this with the community, to come up with a proper
      solution.</p>
    <p><br>
    </p>
    <p>Kind regards</p>
    <p>Jan<br>
    </p>
    <div class="moz-cite-prefix">On 3/24/20 11:18 PM, Cameron Shorter
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:e5bae45c-586c-b5e9-0fa2-504133f74315@gmail.com">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <p>Hi Jan,</p>
      <p>Sorry for the delayed response. I'm hoping one of the more
        active members of the incubation committee would speak up.</p>
      <p>Assuming GeoStyler fits Jody's checklist (which it looks like
        it does), I'm strongly in favour of including GeoStyler as an
        OSGeo community project.<br>
      </p>
      <p>From what I can see, GeoStyler addresses a pain point that many
        of us in the OSGeo community have faced at some point, and I'd
        love to see it promoted and grow. In particular, I'd love to see
        GeoStyler included in OSGeoLive, <a
          class="moz-txt-link-freetext" href="http://live.osgeo.org"
          moz-do-not-send="true">http://live.osgeo.org</a></p>
      <p>The application process here:<a
          href="https://trac.osgeo.org/osgeolive/wiki/Projects/How_to_apply"
          moz-do-not-send="true">
          https://trac.osgeo.org/osgeolive/wiki/Projects/How_to_apply</a>.
        Would you be interested in joining OSGeoLive? (Note the ongoing
        commitment required in questions).<br>
      </p>
      <p>Cheers, Cameron<br>
      </p>
      <p><br>
      </p>
      <div class="moz-cite-prefix">On 19/3/20 3:19 am, Jan Suleiman
        wrote:<br>
      </div>
      <blockquote type="cite"
        cite="mid:23ce485b-18d3-1943-0e02-3dc9d3837f89@terrestris.de">Dear
        Incubation Committee, <br>
        <br>
        we would like to introduce our Open Source project "GeoStyler".
        <br>
        <br>
        GeoStyler is an Open Source JavaScript library that enables
        users to style maps with the help of a Graphical User Interface.
        <br>
        The goal of GeoStyler is a universally applicable GUI that works
        with any given style format; may it be SLD, QML, OpenLayers,
        etc. <br>
        <br>
        In order to achieve that goal, we follow a plugin-approach where
        so called "style-parsers" can be plugged into the UI. These
        style parsers work as a conversion tool to bidirectionally
        convert between any external style and our internal style
        format. <br>
        As a positive side effect, we are able to convert from one
        external format to another one (e.g. from QML to SLD, etc.). <br>
        <br>
        The GUI library is written in react but also provides browser
        builds to enable its usage outside of any react application. <br>
        <br>
        With thanks to currently 16 different contributors, we
        successfully maintain 15 repositories in our GitHub
        organisation, including the UI library and documentation,
        different style-parsers, data-parsers, type definitions, a demo
        application and a tutorial. The majority of these was also
        already published on NPM. On the OSGeo Bolsena Code Sprint 2019,
        a GeoServer Community Extension was written that integrates
        GeoStyler and allows the creation of styles within GeoServer by
        using our GUI. <br>
        <br>
        The GitHub organisation can be found here: <a
          class="moz-txt-link-freetext"
          href="https://github.com/geostyler/geostyler"
          moz-do-not-send="true">https://github.com/geostyler/geostyler</a>
        <br>
        The Demo Application including links to Docs, GitHub and NPM can
        be found here: <a class="moz-txt-link-freetext"
          href="https://geostyler.org" moz-do-not-send="true">https://geostyler.org</a>
        <br>
        The GeoServer Plugin here: <a class="moz-txt-link-freetext"
href="https://docs.geoserver.org/master/en/user/community/geostyler/index.html"
          moz-do-not-send="true">https://docs.geoserver.org/master/en/user/community/geostyler/index.html</a>
        <br>
        FOSS4G 2019 Talk:
        <a class="moz-txt-link-freetext"
href="https://media.ccc.de/v/bucharest-204-geostyler-a-generic-graphical-style-editor-for-geodata"
          moz-do-not-send="true">https://media.ccc.de/v/bucharest-204-geostyler-a-generic-graphical-style-editor-for-geodata</a><br>
        FOSSGIS 2019 Talk (German):
        <a class="moz-txt-link-freetext"
href="https://media.ccc.de/v/fossgis2019-478-geostyler-ein-generischer-grafischer-stileditor-fr-geodaten"
          moz-do-not-send="true">https://media.ccc.de/v/fossgis2019-478-geostyler-ein-generischer-grafischer-stileditor-fr-geodaten</a><br>
        AGIT 2019 Talk (German): <a class="moz-txt-link-freetext"
          href="https://av.tib.eu/media/43048" moz-do-not-send="true">https://av.tib.eu/media/43048</a>
        <br>
        FOSSGIS 2020 Talk (German): <a class="moz-txt-link-freetext"
          href="https://media.ccc.de/v/fossgis2020-3027-neues-vom-geostyler"
          moz-do-not-send="true">https://media.ccc.de/v/fossgis2020-3027-neues-vom-geostyler</a>
        <br>
        <br>
        The licenses are BSD-2-Clause and we are very happy and eager to
        extend the list of contributors. Our first goal would be to be
        listed on the OSGeo webpage and in the long run to release
        GeoStyler as an OSGeo Community Project. <br>
        <br>
        In the future, we would like to provide additional style-parsers
        (e.g. for mapserver) and extend the UI library with additional
        components to further simplify styling maps. <br>
        <br>
        <br>
        We are happy to receive your support, if there are any
        questions, we are happy to help! <br>
        <br>
        Kind regards <br>
        <br>
        Jan Suleiman <br>
        <br>
      </blockquote>
      <pre class="moz-signature" cols="72">-- 
Cameron Shorter
Technology Demystifier
Open Technologies and Geospatial Consultant

M +61 (0) 419 142 254</pre>
    </blockquote>
    <pre class="moz-signature" cols="72">-- 

  M.Sc. Geoinformatik Jan Suleiman
  - Anwendungsentwickler -

  terrestris GmbH & Co. KG
  Kölnstraße 99
  53111 Bonn

  Tel: +49 (0)228 / 96 28 99 -51
  Fax: +49 (0)228 / 96 28 99 -57

  Email: <a class="moz-txt-link-abbreviated" href="mailto:suleiman@terrestris.de">suleiman@terrestris.de</a>
  Web: <a class="moz-txt-link-freetext" href="http://www.terrestris.de">http://www.terrestris.de</a>

  Komplementärin: terrestris Verwaltungsgesellschaft mbH vertreten durch: 
  Torsten Brassat, Marc Jansen

  Informationen über Ihre gespeicherten Daten finden Sie auf
  unserer Homepage unter folgendem Link:
  <a class="moz-txt-link-freetext" href="https://www.terrestris.de/datenschutzerklaerung/">https://www.terrestris.de/datenschutzerklaerung/</a>
</pre>
  </body>
</html>