Kexi/Junior Jobs/Map Browser Form Widget/Properties: Difference between revisions
Line 4: | Line 4: | ||
==Proposed properties== | ==Proposed properties== | ||
This is what I've chosen so far: | This is what I've chosen so far: | ||
<table> | |||
<tr> | |||
<th>type</th> | |||
<th>name</th> | |||
<th>in db</th> | |||
<th>remarks</th> | |||
</tr> | |||
<tr> | |||
<td></td> | |||
<td>latitude</td> | |||
<td></td> | |||
<td></td> | |||
</tr> | |||
<tr> | |||
<td></td> | |||
<td>longtitude</td> | |||
<td></td> | |||
<td></td> | |||
</tr> | |||
<tr> | |||
<td></td> | |||
<td>showAtmosphere</td> | |||
<td></td> | |||
<td></td> | |||
</tr> | |||
<tr> | |||
<td></td> | |||
<td>name</td> | |||
<td></td> | |||
<td></td> | |||
</tr> | |||
<tr> | |||
<td></td> | |||
<td>showBorders</td> | |||
<td></td> | |||
<td></td> | |||
</tr> | |||
<tr> | |||
<td></td> | |||
<td>showCities</td> | |||
<td></td> | |||
<td></td> | |||
</tr> | |||
<tr> | |||
<td></td> | |||
<td>showCrosschair</td> | |||
<td></td> | |||
<td></td> | |||
</tr> | |||
<tr> | |||
<td></td> | |||
<td>showGrid</td> | |||
<td></td> | |||
<td></td> | |||
</tr> | |||
<tr> | |||
<td></td> | |||
<td>showOverviewMap</td> | |||
<td></td> | |||
<td></td> | |||
</tr> | |||
<tr> | |||
<td></td> | |||
<td>showScaleBar</td> | |||
<td></td> | |||
<td></td> | |||
</tr> | |||
<tr> | |||
<td></td> | |||
<td>showTerrain</td> | |||
<td></td> | |||
<td></td> | |||
</tr> | |||
<tr> | |||
<td></td> | |||
<td>enabled</td> | |||
<td></td> | |||
<td></td> | |||
</tr> | |||
<tr> | |||
<td></td> | |||
<td>zoom</td> | |||
<td></td> | |||
<td></td> | |||
</tr> | |||
<tr> | |||
<td></td> | |||
<td>projection</td> | |||
<td></td> | |||
<td>his one is a little strange, from behaviour it is enum.</td> | |||
</tr> | |||
<tr> | |||
<td></td> | |||
<td>mapThemeId</td> | |||
<td></td> | |||
<td> | |||
should be generated list of available themes | |||
Marble::MapThemeManager::mapThemes() | |||
Marble::GeoSceneDocument::head()->mapThemeId() | |||
</td> | |||
</tr> | |||
</table> |
Revision as of 20:37, 12 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. | ||
mapThemeId |
should be generated list of available themes Marble::MapThemeManager::mapThemes() Marble::GeoSceneDocument::head()->mapThemeId() |