~geospatial-addons-core-editors/geospatial-addons/github-6.1

« back to all changes in this revision

Viewing changes to base_geoengine/geo_view/geo_raster_layer_view.xml

  • Committer: Alexandre Fayolle
  • Author(s): Nicolas Bessi
  • Date: 2013-02-06 12:44:09 UTC
  • mfrom: (88.2.2)
  • Revision ID: git-v1:34db75524825b5cccec4d8de6708ef6690ca7e0a
support new MapBox API and add a better default style

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
                    <group string="MapBox layer data"
26
26
                        attrs="{'invisible': [('raster_type', '!=', 'mapbox')]}"
27
27
                        colspan="4">
28
 
                        <field name="mapbox_type" attrs="{'required': [('raster_type', '=', 'mapbox')]}"/>
 
28
                        <field name="mapbox_id" attrs="{'required': [('raster_type', '=', 'mapbox')]}"/>
29
29
                    </group>
30
30
                    <group string="swisstopo layer data"
31
31
                        attrs="{'invisible': [('raster_type', '!=', 'swisstopo')]}"