Changes between Version 7 and Version 8 of Specification


Ignore:
Timestamp:
May 16, 2007, 11:06:15 AM (17 years ago)
Author:
mloskot
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Specification

    v7 v8  
    2929 * Upload complete map to remove server
    3030
    31 === Map Navigation ===
     31=== Layer Management ===
     32
     33 * Add/Remove layer
     34 * Toggle layer visibility in current view
     35 * Reorder layers
     36
     37==== Vector layer ====
     38
     39 * Layer style customization
     40 * Features classification based on value of selected attribute using:
     41   * Single symbol
     42   * Graduated symbol
     43   * Continuous symbol
     44   * Unique symbol
     45
     46 * Formats:
     47   * ESRI Shapefile
     48   * WFS
     49
     50==== Raster layer ====
     51
     52 * Data formats:
     53   * GeoTIFF
     54     * single (Just one tiff for one layer)
     55     * tiled (many images form a single layer ... shape file indexing or tile cache)
     56   * WMS
     57
     58 * Cache tool:
     59   {{{
     60Tool to cache a area to be specified on a WMS layer (x meters around a point) onto local storage so that it creates and stores a "map" file as well.
     61Use WMS and WFS request to download bitmaps and vector data (stored as Shapefile) - names etc. are to be hardcoded.
     62It must be possible to give each of these caches a name. It will represent a directory.
     63Option to delete caches (dialog with a list, you can pick one or many and press a "remove" button.
     64   }}}
     65 
     66=== Navigation ===
    3267
    3368 * Zoom-in
     
    4277   * in textual form
    4378
    44 === Layer Management ===
     79==== Routing ====
    4580
    46  * Add/Remove layer
    47  * Toggle layer visibility in current view
    48  * Reorder layers
    49  * Layer style customization
    50  * Features classification based on value of selected attribute using:
    51    * Single symbol
    52    * Graduated symbol
    53    * Continuous symbol
    54    * Unique symbol
     81 * Using OGC WPS protocol implemented with PyWPS Route Path
     82 * LOS calculations
    5583
    5684=== Features Editing ===
     
    7098   * latitude/longitude/altitude in textual form
    7199 * Show GPS diagnostics details
     100 * Capture and store GPS track to a file
     101 * Waypoints management support
     102   * Retrieve and display waypoints from GPS unit
     103   * Store waypoints in a file
     104   * Send waypoints through WFS-T
     105 * Import/Export GPX
     106