1 |
# Copyright (c) 2004 by Intevation GmbH |
# Copyright (c) 2004,2006 by Intevation GmbH vim:encoding=latin-1: |
2 |
# Authors: |
# Authors: |
3 |
# Nina H�ffmeyer <[email protected]> |
# Nina H�ffmeyer <[email protected]> |
4 |
# |
# |
199 |
|
|
200 |
|
|
201 |
# find the map menu (create a new if not found) |
# find the map menu (create a new if not found) |
202 |
map_menu = main_menu.FindOrInsertMenu('map', _('Map')) |
#map_menu = main_menu.FindOrInsertMenu('map', _('Map')) |
203 |
ogr_menu = Menu("ogr", _("Open layer via OGR"),[]) |
#ogr_menu = Menu("ogr", _("Open layer via OGR"),[]) |
204 |
|
# as long as there we are not stable, better add to "Extentions" marked "beta" |
205 |
|
map_menu = main_menu.FindOrInsertMenu('extensions', _('E&xtensions')) |
206 |
|
ogr_menu = Menu("ogr", _("(testing) Open layer via OGR"),[]) |
207 |
|
|
208 |
|
|
209 |
ogrsupport = ogrshapes.has_ogr_support() |
ogrsupport = ogrshapes.has_ogr_support() |
210 |
|
|