Kexi/Junior Jobs/Map Browser Form Widget/Properties: Difference between revisions

From KDE Community Wiki
No edit summary
Line 109: Line 109:
     <td>projection</td>
     <td>projection</td>
     <td></td>
     <td></td>
     <td>his one is a little strange, from behaviour it is enum.</td>
     <td>his one is a little strange, from behaviour it is enum.
        In Marble it is called as:
        <ul>
          <li>Globe</li>
          <li>Flat Map</li>
          <li>Mercator</li>
        </ul>
    </td>
   </tr>
   </tr>



Revision as of 11:22, 18 June 2011

Full list

Probably should be here, but for now it probably better just to ran kexi with mapbrowser plugin and check what is what

Proposed properties

This is what I've chosen so far:

type name in db remarks
latitude
longtitude
showAtmosphere
name
showBorders
showCities
showCrosschair
showGrid
showOverviewMap
showScaleBar
showTerrain
enabled
zoom
projection his one is a little strange, from behaviour it is enum.
       In Marble it is called as:
  • Globe
  • Flat Map
  • Mercator
mapThemeId

should be generated list of available themes Marble::MapThemeManager::mapThemes() Marble::GeoSceneDocument::head()->mapThemeId()