|
|
The
interface, geographic data, and statistical data are all grouped
in a single, independent Flash application. |
This is what the Geoclip builder creates. You can download
it for free on this site
(see Build your Geoclip). |
Geoclip can run as an entirely independent application,
and can therefore run locally, off-line on your machine
or from a CD-ROM, for example.
The size of the Flash files created grows with the amount
of data. |
|
|
The interface
and geographic data are placed in the Flash file, while the
statistical data are read from an external database. |
The data
are structured as databases – MySQL, Access, SQL Server
formats, and so on. The Flash application communicates with
these databases through SQL queries in PHP, ASP, JSP and other
scripts. As needed, it sends queries to the database, processes
the result and displays it on the map. |
There is no limit for the amount of data processed other
than that existing in the database.
Geoclip is capable of adapting to an existing database environment.
To update the application, you need only update the data
in the database.
This version is not compatible with a CD-ROM release, unless
a database management application is also installed. |
|
|
The Flash
file only includes the interface, while the geographic and
statistical data are read from an external interface. |
This version
runs in a similar fashion as the one above. |
Maximum
flexibility: base maps and statistical data are retrieved
on demand and transmitted in a binary, compressed format,
by far the most compact format available.
If you want to offer a limited number of geographic views,
we recommend you store them separately. After a visitor
views a base map for the first time, it will be stored in
the browser cache and will be instantly retrieved at the
next visit.
|