<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi<div class=""><br class=""></div><div class="">Alvaro I also think this would be very interesting to add - and timely to get into QGIS 3.0. Looking forward to hearing opinions from other devs. I expect there will be many many corner cases you will have to deal with where there is currently an implicit assumption that only 1 canvas exists....</div><div class=""><br class=""></div><div class="">Regards</div><div class=""><br class=""></div><div class="">Tim</div><div class=""><br class=""></div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On 25 Aug 2016, at 11:31 AM, A Huarte <<a href="mailto:ahuarte47@yahoo.es" class="">ahuarte47@yahoo.es</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class=""><div style="background-color: rgb(255, 255, 255); font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;" class=""><div id="yui_3_16_0_1_1472116810779_9231" class=""><span id="yui_3_16_0_1_1472116810779_9345" class="">Thank you very much Filipe!</span></div><div id="yui_3_16_0_1_1472116810779_9231" class=""><span class=""><br class=""></span></div><div id="yui_3_16_0_1_1472116810779_9231" class=""><span id="yui_3_16_0_1_1472116810779_9344" class="">The extra maps are normal windows as any dockable window in QGIS. It is a QDockWidget object, and your behavior is as usual.</span></div><div class="qtdSeparateBR" id="yui_3_16_0_1_1472116810779_9346"><br class="">Best regards</div><div class="qtdSeparateBR" id="yui_3_16_0_1_1472116810779_9347">Alvaro</div><div class="qtdSeparateBR" id="yui_3_16_0_1_1472116810779_9407"><br class=""></div><div class="yahoo_quoted" id="yui_3_16_0_1_1472116810779_9414" style="display: block;">  <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 16px;" id="yui_3_16_0_1_1472116810779_9413" class=""> <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 16px;" id="yui_3_16_0_1_1472116810779_9412" class=""> <div dir="ltr" class=""> <font size="2" face="Arial" class=""> <hr size="1" class=""> <b class=""><span style="font-weight:bold;" class="">De:</span></b> Filipe Dias <<a href="mailto:filipesdias@gmail.com" class="">filipesdias@gmail.com</a>><br class=""> <b class=""><span style="font-weight: bold;" class="">Para:</span></b> A Huarte <<a href="mailto:ahuarte47@yahoo.es" class="">ahuarte47@yahoo.es</a>> <br class=""><b class=""><span style="font-weight: bold;" class="">CC:</span></b> "<a href="mailto:Qgis-developer@lists.osgeo.org" class="">Qgis-developer@lists.osgeo.org</a>" <<a href="mailto:Qgis-developer@lists.osgeo.org" class="">Qgis-developer@lists.osgeo.org</a>><br class=""> <b class=""><span style="font-weight: bold;" class="">Enviado:</span></b> Jueves 25 de agosto de 2016 9:39<br class=""> <b class=""><span style="font-weight: bold;" class="">Asunto:</span></b> Re: [Qgis-developer] QEP about Multimap support for QGIS<br class=""> </font> </div> <div class="y_msg_container" id="yui_3_16_0_1_1472116810779_9411"><br class=""><div id="yiv2772433038" class=""><div id="yui_3_16_0_1_1472116810779_9410" class=""><div dir="ltr" class=""><div class=""><div class="">Hi,<br clear="none" class=""></div>Really nice feature in my opinion. Out of curiosity: would it be possible to split Map 1 and Map 2 between two different screens? It would be really nice to be able to drag Map 2's window to a second screen.<br clear="none" class=""></div><div class="">Thanks<br clear="none" class=""></div><div class="">Cheers<br clear="none" class=""></div><br clear="none" class=""></div><div class="yiv2772433038gmail_extra" id="yui_3_16_0_1_1472116810779_9409"><br clear="none" class=""><div class="yiv2772433038gmail_quote" id="yui_3_16_0_1_1472116810779_9408">On Thu, Aug 25, 2016 at 2:36 AM, A Huarte <span dir="ltr" class=""><<a rel="nofollow" shape="rect" ymailto="mailto:ahuarte47@yahoo.es" target="_blank" href="mailto:ahuarte47@yahoo.es" class="">ahuarte47@yahoo.es</a>></span> wrote:<br clear="none" class=""><blockquote class="yiv2772433038gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="yiv2772433038yqt5010737585" id="yiv2772433038yqt15331"><div class=""><div style="background-color: rgb(255, 255, 255); font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;" class=""><div dir="ltr" class="">Hi devs, I have developed an experimental code to support more than one map in QGIS. I created a video showing the features implemented ( <a rel="nofollow" shape="rect" href="" class="">https://vimeo.com/179982647</a> ).</div><div class=""><br clear="none" class=""></div><div dir="ltr" class="">The main features are:</div><div class=""><br clear="none" class=""></div><ul dir="" class=""><li class="">New user option to enable multi map canvas mode.<br clear="none" class=""></li><li class="">QGIS has one no closeable default map, and 0-N extra dockable maps.<br clear="none" class=""></li><li class="">Full integration of maps in legend using a new map legend node for each map.<br clear="none" class=""></li><li class="">Print composer supports layouts with different maps.<br clear="none" class=""></li><li class="">New legend menu option to synchronize the extent of maps.<br clear="none" class=""></li><li class="">Map tools and plugins work with the current selected map (The signals and slots to the map canvas are updated with an automatic mechanism of synchronization to minimize the migration of code and to preserve behavior).<br clear="none" class=""></li></ul><div dir="ltr" class=""><br clear="none" class=""></div><div dir="ltr" class="">I'm aware that this is a big change in QGIS, and I am sure that this capability must be debated by many people (project and developer leaders...) before writing any code. Because of that, I have not created any QEP entry in the <a rel="nofollow" shape="rect" href="" class="">https://github.com/qgis/ QGIS-Enhancement-Proposals</a>  page. </div><div dir="ltr" class=""><br clear="none" class=""></div><div dir="ltr" class="">I developed it to learn QGIS core and it will have work to do (plugins and tools). But it runs fine, and it was funny :-). If at least, it is useful for a day to implement this capability in QGIS or to see the amount of changes needed, I am satisfied.<br clear="none" class=""></div><div dir="ltr" class=""><br clear="none" class=""></div><div dir="ltr" class=""><br clear="none" class=""></div><div dir="ltr" class=""><br clear="none" class=""></div><div class="">github:</div><div dir="ltr" class=""><a rel="nofollow" shape="rect" href="" class="">https://github.com/qgis/QGIS/ compare/master...ahuarte47: Feature_MultimapView</a><br clear="none" class=""></div><div dir="ltr" class=""><br clear="none" class=""></div><div dir="ltr" class="">video:</div><div dir="ltr" class=""><a rel="nofollow" shape="rect" href="" class="">Multi Map Canvas for QGIS</a><br clear="none" class=""></div><div style="width:450px;font-family:'Georgia', 'Times', 'Times New Roman', 'serif';margin-top:5px;margin-bottom:5px;background-color:#ffffff;" class=""><table style="width:450px;min-height:170px;display:block;" border="0" cellpadding="0" cellspacing="0" class=""><tbody class=""><tr class=""><td colspan="8" rowspan="1" style="min-height:1px;background-color:#e5e5e5;font-size:1px;border-collapse:collapse;" class=""><div style="min-height:1px;background-color:#e5e5e5;font-size:1px;line-height:0px;" class=""> </div></td></tr><tr class=""><td colspan="1" rowspan="5" style="width:1px;background-color:#e5e5e5;font-size:1pt;border-collapse:collapse;" class=""><div style="width:1px;background-color:#e5e5e5;font-size:1pt;" class=""> </div></td><td colspan="1" rowspan="5" style="vertical-align:middle;width:168px;min-height:168px;border-collapse:collapse;background-color:rgb(255,255,255);" class=""><div align="center" style="width:168px;" class=""><a rel="nofollow" shape="rect" style="text-decoration: none !important;" href="" class=""><img alt="image" style="display:block;margin:auto;" height="168" width="168" data-id="e6194e48-2e7c-ef80-ec7e-37eef395179a" class=""></a></div></td><td colspan="1" rowspan="5" style="width:1px;background-color:#e5e5e5;font-size:0pt;border-collapse:collapse;" class=""><div style="width:1px;background-color:#e5e5e5;font-size:1pt;" class=""> </div></td><td colspan="1" rowspan="5" style="width:14px;background-color:#ffffff;font-size:0pt;border-collapse:collapse;" class=""><div style="width:14px;background-color:#ffffff;font-size:14pt;" class=""> </div></td><td colspan="2" rowspan="1" style="min-height:6px;background-color:#ffffff;font-size:0pt;border-collapse:collapse;" class=""><div style="min-height:6px;background-color:#ffffff;font-size:6pt;" class=""> </div></td><td colspan="1" rowspan="5" style="width:20px;background-color:#ffffff;font-size:0pt;border-collapse:collapse;" class=""><div style="width:20px;background-color:#ffffff;font-size:20pt;" class=""> </div></td><td colspan="1" rowspan="5" style="width:1px;background-color:#e5e5e5;font-size:1pt;border-collapse:collapse;" width="1" class=""><div style="width:1px;background-color:#e5e5e5;font-size:1pt;" class=""> </div></td></tr><tr class=""><td colspan="2" rowspan="1" style="width:100%;vertical-align:middle;font-family:'Georgia', 'Times', 'Times New Roman', 'serif';" class=""><div style="line-height:16.5px;background-color:#ffffff;min-height:135px;width:245px;" class=""><div style="word-wrap:break-word;" class=""><span class=""></span><span class=""></span><a rel="nofollow" shape="rect" style="line-height: 100%; font-size: 18px; display: block; text-decoration: none !important;" href="" class=""><span style="margin: 0px 0px 3px; font-weight: normal; font-size: 18px; line-height: 21px; max-height: 43px; display: inline-block; overflow: hidden !important;" class="">Multi Map Canvas for QGIS</span></a></div></div></td></tr><tr class=""><td colspan="2" rowspan="1" style="min-height:4px;background-color:#ffffff;font-size:0pt;border-collapse:collapse;" class=""><div style="min-height:4px;background-color:#ffffff;font-size:4pt;" class=""></div></td></tr><tr class=""><td colspan="1" rowspan="1" style="vertical-align:middle;font-family:'Arial', 'Helvetica Neue', 'Helvetica', 'sans-serif';" class=""><div style="font-size:0pt;" class=""><a rel="nofollow" shape="rect" style="text-decoration: none !important;" href="" class=""><span style="display:inline-block;line-height:11px;max-width:145px;min-width:85px;overflow:hidden;max-height:13px;" class=""><span style="vertical-align:middle;font-size:9px;line-height:11px;color:#999999;" class="">Ver en <span style="font-weight:bold;" class="">vimeo.com</span></span></span></a><span title="640" title-off="" class=""></span><span title="360" title-off="" class=""></span><span title="https://player.vimeo.com/video/179982647" title-off="" class=""></span></div></td><td colspan="1" rowspan="1" style="vertical-align:middle;width:100px;font-family:'Arial', 'Helvetica Neue', 'Helvetica', 'sans-serif';" class=""><div style="max-width:100px;min-width:80px;overflow:hidden;text-align:right;line-height:11px;max-height:13px;font-size:0pt;" class=""><span style="vertical-align:middle;font-size:9px;line-height:11px;color:#999999;" class="">Vista previa por Yahoo</span></div></td></tr><tr class=""><td colspan="2" rowspan="1" style="min-height:9px;background-color:#ffffff;font-size:0pt;border-collapse:collapse;" class=""><div style="min-height:9px;background-color:#ffffff;font-size:9pt;" class=""></div></td></tr><tr class=""><td colspan="8" rowspan="1" style="min-height:1px;background-color:#e5e5e5;font-size:1px;border-collapse:collapse;" class=""><div style="min-height:1px;background-color:#e5e5e5;font-size:1px;line-height:0px;" class=""> </div></td></tr></tbody></table></div><div dir="ltr" class=""><br clear="none" class=""></div><div dir="ltr" class=""><br clear="none" class=""></div><div class=""><br clear="none" class=""></div><div class="">Comments are welcome!</div><div class=""><br clear="none" class=""></div><div class="">Best regards</div><div dir="ltr" class="">Alvaro Huarte - <a rel="nofollow" shape="rect" href="" class="">https://github.com/ahuarte47</a></div><div dir="ltr" class=""><br clear="none" class=""></div></div></div></div><br clear="none" class="">______________________________ _________________<br clear="none" class="">
Qgis-developer mailing list<br clear="none" class="">
<a rel="nofollow" shape="rect" ymailto="mailto:Qgis-developer@lists.osgeo.org" target="_blank" href="mailto:Qgis-developer@lists.osgeo.org" class="">Qgis-developer@lists.osgeo.org</a><br clear="none" class="">
List info: <a rel="nofollow" shape="rect" target="_blank" href="http://lists.osgeo.org/" class="">http://lists.osgeo.org/</a> mailman/listinfo/qgis- developer<br clear="none" class="">
Unsubscribe: <a rel="nofollow" shape="rect" target="_blank" href="http://lists.osgeo.org/" class="">http://lists.osgeo.org/</a> mailman/listinfo/qgis- developer<br clear="none" class=""></blockquote></div><br clear="none" class=""></div></div></div><br class=""><br class=""></div> </div> </div>  </div></div></div>_______________________________________________<br class="">Qgis-developer mailing list<br class=""><a href="mailto:Qgis-developer@lists.osgeo.org" class="">Qgis-developer@lists.osgeo.org</a><br class="">List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer<br class="">Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer</div></blockquote></div><br class=""><div class="">
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-position: normal; font-variant-caps: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; line-height: normal; text-align: center;" class=""><span>—</span></div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-position: normal; font-variant-caps: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal; letter-spacing: normal; orphans: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; line-height: normal; text-align: center;" class=""><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: center; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: initial; font-variant-ligatures: normal; font-variant-position: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal; margin: 0px; line-height: normal; -webkit-text-stroke-color: rgb(0, 0, 0); min-height: 14px;" class=""><br class=""></div><br class="Apple-interchange-newline" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: center; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><span style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: center; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><span><span><span><span><img height="118" width="150" apple-inline="yes" id="0ECD1022-D93A-4654-9BD5-B3C9D9EF7818" apple-width="yes" apple-height="yes" src="cid:1A5DF6DE-E302-4C28-BFBD-29663CBF1351" class=""></span><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: center; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: initial; font-variant-ligatures: normal; font-variant-position: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal; margin: 0px; line-height: normal; -webkit-text-stroke-color: rgb(0, 0, 0); min-height: 14px;" class=""><br class="Apple-interchange-newline"><br class="Apple-interchange-newline"><br class="Apple-interchange-newline"><br class="Apple-interchange-newline"><br class=""></div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: center; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: initial; font-variant-ligatures: normal; font-variant-position: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal; margin: 0px; line-height: normal; -webkit-text-stroke-color: rgb(0, 0, 0); min-height: 14px;" class=""><br class=""></div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: center; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: initial; font-variant-ligatures: normal; font-variant-position: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal; margin: 0px; line-height: normal; -webkit-text-stroke-color: rgb(0, 0, 0);" class=""><b class="">Tim Sutton</b></div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: center; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: initial; font-variant-ligatures: normal; font-variant-position: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal; margin: 0px; line-height: normal; -webkit-text-stroke-color: rgb(0, 0, 0); min-height: 14px;" class=""><br class=""></div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: center; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: initial; font-variant-ligatures: normal; font-variant-position: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal; margin: 0px; line-height: normal; -webkit-text-stroke-color: rgb(0, 0, 0);" class=""><b class="">Co-founder:</b><span class="Apple-converted-space"> </span>Kartoza</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: center; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: initial; font-variant-ligatures: normal; font-variant-position: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal; margin: 0px; line-height: normal; -webkit-text-stroke-color: rgb(0, 0, 0);" class=""><b class="">Project chair:</b><span style="font-weight: normal;" class=""><span class="Apple-converted-space"> </span><a href="http://qgis.org" class="">QGIS.org</a></span></div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: center; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: initial; font-variant-ligatures: normal; font-variant-position: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal; margin: 0px; line-height: normal; -webkit-text-stroke-color: rgb(0, 0, 0); min-height: 14px;" class=""><br class=""></div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: center; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: initial; font-variant-ligatures: normal; font-variant-position: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal; margin: 0px; line-height: normal; -webkit-text-stroke-color: rgb(0, 0, 0);" class="">Visit <a href="http://kartoza.com/" class=""><span style="-webkit-text-stroke-color: rgb(71, 135, 255);" class="">http://kartoza.com</span></a> to find out about open source:</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: center; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: initial; font-variant-ligatures: normal; font-variant-position: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal; margin: 0px; line-height: normal; -webkit-text-stroke-color: rgb(0, 0, 0); min-height: 14px;" class=""><br class=""></div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: center; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: initial; font-variant-ligatures: normal; font-variant-position: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal; margin: 0px; line-height: normal; -webkit-text-stroke-color: rgb(0, 0, 0);" class="">Desktop GIS programming services</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: center; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: initial; font-variant-ligatures: normal; font-variant-position: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal; margin: 0px; line-height: normal; -webkit-text-stroke-color: rgb(0, 0, 0);" class="">Geospatial web development</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: center; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: initial; font-variant-ligatures: normal; font-variant-position: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal; margin: 0px; line-height: normal; -webkit-text-stroke-color: rgb(0, 0, 0);" class="">GIS Training</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: center; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: initial; font-variant-ligatures: normal; font-variant-position: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal; margin: 0px; line-height: normal; -webkit-text-stroke-color: rgb(0, 0, 0);" class="">Consulting Services</div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: center; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: initial; font-variant-ligatures: normal; font-variant-position: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal; margin: 0px; line-height: normal; -webkit-text-stroke-color: rgb(0, 0, 0); min-height: 14px;" class=""><br class=""></div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: center; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: initial; font-variant-ligatures: normal; font-variant-position: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal; margin: 0px; line-height: normal; -webkit-text-stroke-color: rgb(0, 0, 0);" class=""><b class="">Skype</b>: timlinux </div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: center; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: initial; font-variant-ligatures: normal; font-variant-position: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal; margin: 0px; line-height: normal; -webkit-text-stroke-color: rgb(0, 0, 0);" class=""><b class="">IRC:</b><span class="Apple-converted-space"> </span>timlinux on #qgis at <a href="http://freenode.net" class="">freenode.net</a></div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: center; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: initial; font-variant-ligatures: normal; font-variant-position: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal; margin: 0px; line-height: normal; -webkit-text-stroke-color: rgb(0, 0, 0);" class=""><br class=""></div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: center; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: initial; font-variant-ligatures: normal; font-variant-position: normal; font-variant-numeric: normal; font-variant-alternates: normal; font-variant-east-asian: normal; margin: 0px; line-height: normal; -webkit-text-stroke-color: rgb(0, 0, 0);" class="">Kartoza is a merger between Linfiniti and Afrispatial</div>
</span></span></span></span></div>
</div><br class=""></div></body></html>