Skip to main content

GIS Cloud Adopts HTML5

Image representing GIS Cloud as depicted in Cr...Image via CrunchBase
With every modern web browser supporting HTML5, its adoption in online mapping is on the rise. GIS Cloud who started off with flash based map rendering, have switched to HTML5 as their default map engine earlier this week.

GIS Cloud regards HTML5 as ideal for map rendering:
HTML5 is great for mapping not only because it can render maps very quickly, but also because it is a standard. It works on the desktop, on the web, on smartphones and on tablets which means your GIS can work on those devices as well! No need to build native apps for each of those platforms, with HTML5 you get high performance right from the browser.
The GIS Cloud canvas map engine is built on Leaflet, a modern, lightweight BSD-licensed JavaScript library for making tile-based interactive maps for both desktop and mobile web browsers, developed by CloudMade.

With HTML5 adoption, rendering large vectors with millions of features takes minimum time. In addition to being real-time, it provides interactiveness as well. GIS Cloud foresees the scope for HTML5 to bring in more cloud GIS adoptions and hope for entire world's GIS to move onto cloud.

For users with unsupported browsers GIS Cloud makes automatic transition to the earlier flash based viewer. Users who checked the demo maps on GIS Cloud page have reported fastest experience with Chromium on Linux.
Enhanced by Zemanta

Comments

Popular posts from this blog

Turning off a Dell Laptop Monitor: Keyboard shortcut(s)

I am someone who is particular about power savings and I don't leave appliances powered on when not in use. The same applies to computing devices - be it a smartphone or a PC/Laptop. I power off the desktop monitor when I step out for a tea break or hit Fn+F2 on my Lenovo laptop that turns off the display. Recently, I got a Dell Laptop and I was surprised to discover that Dell does not provide any shortcut to turn off the display. This led to some exploration and I found two ways to achieve that which are outlined below - 

Resolving INS-20802: Oracle Net Configuration Assistant failed error on Windows 10

I was all excited about the migration to Windows 10 until I had to install Oracle client 12.1.0.2 on it. The Oracle client installation used to fail miserably at the last stage with this error named INS-20802.

Nginx - Solution for 10060: A connection attempt failed because the connected party did not properly respond

I was in the process of setting up Nginx to serve as the reverse proxy for Nexus Repository Manager OSS. However, the Nexus repository started loading really slowly post this and used to repeatedly display disconnected and reconnected messages. The Nginx log file used to log the below error - <timestamp> [error] 3240#3632: *1 upstream timed out (10060: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond) while connecting to upstream, client: <ip address="">, server: <fqdn>, request: "GET /nexus HTTP/1.1", upstream: "http://[::1]:8081/nexus", host: "<fqdn>"