Thursday, April 24, 2008

JVNMobileGIS v1.0.3 RC1 was released

It's quite a long time since the last release. I was quite busy, I want to do a lot of things, more important features are still ahead. But I want to show you something first so that's why 1.0.3 RC1 was released. This is change log:
  • Layers sorting support
  • Support GZIP transfering (if web server supports)
  • Add Dutch language
  • Display total transfered data in About screen
  • Visual Tango icons for better apperance
  • Simple in-memory caching base on URL
  • Add Antenna build file
  • New logo (not final)
  • Other enhancements and bug fixes
My thanks to all contributors for your great help. We will work more closely in future.

Friday, December 28, 2007

[Article] How to enable HTTP Compression for OGC WMS XML data

With mobile client, data size is the one of the most important factor. For this reason, XML is not a good data format because of its burden. But thanks to HTTP Compression, now we can optimize OGC WMS XML response data to save bandwidth.

HOW TO enable HTTP compression in popular web servers:
Apache Tomcat HTTP Connector
Apache Module mod_deflate configuration
Enabling HTTP Compression in IIS 6.0

Make sure you enable HTTP Compression for these MIME-Types:
application/vnd.ogc.wms_xml,text/xml,text/plain,application/xml,application/vnd.google-earth.kml+xml

JVNMobileGIS will support GZIP in the next released version.

Friday, November 30, 2007

JVNMobileGIS in Dutch

Dutch is the new language support in JVNMobileGIS. Thanks CathodioN for your great contribution.
Version 1.0.3 is going to be released with Dutch support and some small bug fixes. Wish I have time to support GZIP in next version.

Monday, October 22, 2007

JVNMobileGIS was planned for OSGeo IncCom_Meeting11

From Mr. Frank Warmerdam's email in OSGeo Incubator mailing list:
This puts us in a position with three pending applications and no
slots open. Once a project has graduated (likely OpenLayers shortly)
we will need to select a next project for incubation. The available
projects are:

JVNMobileGIS
GeoMOOSE
GEOS

Details on them all can be found at:

http://trac.osgeo.org/osgeo/query?status=new&status=assigned&component=Incubator&keywords=%7Eapplication
A big day is coming to JVNMobileGIS.

Thursday, October 4, 2007

Live Demo

Now you can run JVNMobileGIS directly from your PC's browser as long as you have Java Runtime Environment installed. Just click on this link. Very easy, right? :)
Thanks mpowerplayer for your nice feature. See LiveDemo wiki page for more information.

PS: I have "HTTP_400 Bad Request" error with this demo. Is there anyone can get map successfully?