-
30 Oct 2012 8:32 AM #1
Unanswered: Sencha touch + Openlayers
Unanswered: Sencha touch + Openlayers
Any help would be greatly appreciated.
I have a tab Panel with a "map" and "layer" icons on the bottom. sample code as below :
the xtype: 'mapview' needs to display a view in my Views folder which needs to display the openlayer map. I have tried to display the map in the onpainted function but in vain.Code:items: [ { xtype: 'container', title: 'Map', iconCls: 'maps', items: [ { xtype: 'mapview' } ] }, { xtype: 'container', title: 'Layers', iconCls: 'bookmarks', layout: 'vbox', items: [ { xtype: 'layerlist', flex: 1 } ] } ], tabBar: { docked: 'bottom', layout: { pack: 'center', type: 'hbox'
Can someone point me in the right direction please? as I'm unable to render the map in the child component. The map just refuses to display.
Appreciate any help.
Thanks.
-
1 Nov 2012 5:10 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,624
- Vote Rating
- 434
- Answers
- 3105
You should look to see how Ext.Map renders the google map.
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.


Reply With Quote