[OpenLayers-Commits] r11256 -
sandbox/camptocamp/mobile/openlayers/examples
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Tue Feb 22 11:19:07 EST 2011
Author: sbrunner
Date: 2011-02-22 08:19:07 -0800 (Tue, 22 Feb 2011)
New Revision: 11256
Added:
sandbox/camptocamp/mobile/openlayers/examples/mobile-layers.png
sandbox/camptocamp/mobile/openlayers/examples/mobile-loc.png
sandbox/camptocamp/mobile/openlayers/examples/mobile-search.png
Modified:
sandbox/camptocamp/mobile/openlayers/examples/mobile-sencha.html
Log:
add icones
Added: sandbox/camptocamp/mobile/openlayers/examples/mobile-layers.png
===================================================================
(Binary files differ)
Property changes on: sandbox/camptocamp/mobile/openlayers/examples/mobile-layers.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: sandbox/camptocamp/mobile/openlayers/examples/mobile-loc.png
===================================================================
(Binary files differ)
Property changes on: sandbox/camptocamp/mobile/openlayers/examples/mobile-loc.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: sandbox/camptocamp/mobile/openlayers/examples/mobile-search.png
===================================================================
(Binary files differ)
Property changes on: sandbox/camptocamp/mobile/openlayers/examples/mobile-search.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: sandbox/camptocamp/mobile/openlayers/examples/mobile-sencha.html
===================================================================
--- sandbox/camptocamp/mobile/openlayers/examples/mobile-sencha.html 2011-02-22 15:55:41 UTC (rev 11255)
+++ sandbox/camptocamp/mobile/openlayers/examples/mobile-sencha.html 2011-02-22 16:19:07 UTC (rev 11256)
@@ -28,39 +28,8 @@
launch: function() {
this.viewport = new Ext.Panel({
fullscreen: true,
- dockedItems: [{
- dock: "top",
- xtype: "toolbar",
- ui: "light",
- layout: {
- pack: "center"
- },
- defaults: {
- ui: "plain",
- iconMask: true
- },
- items: [{
- iconCls: "arrow_left",
- handler: function() {
- pan(-0.25, 0);
- }
- }, {
- iconCls: "arrow_up",
- handler: function() {
- pan(0, -0.25);
- }
- }, {
- iconCls: "arrow_down",
- handler: function() {
- pan(0, 0.25);
- }
- }, {
- iconCls: "arrow_right",
- handler: function() {
- pan(0.25, 0);
- }
- }]
- }, {
+ dockedItems: [
+ {
dock: "bottom",
xtype: "toolbar",
ui: "light",
@@ -70,20 +39,11 @@
items: [{
xtype: "segmentedbutton",
items: [{
- text: "navigate",
- pressed: true
+ text: "Locate"
}, {
- text: "point",
- id: "point"
+ text: "Search"
}, {
- text: "line",
- id: "line"
- }, {
- text: "poly",
- id: "poly"
- }, {
- text: "modify",
- id: "mod"
+ text: "Layers"
}],
listeners: {
toggle: function(container, button, pressed) {
More information about the Commits
mailing list