Skip to content

Commit

Permalink
corrected misslabeled **Bing** Road type
Browse files Browse the repository at this point in the history
  • Loading branch information
nvkelso committed Apr 30, 2012
1 parent c1c4783 commit 75ab31a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openlayers/openlayers_plugin.py
Expand Up @@ -119,7 +119,7 @@ def __init__(self, iface):
self.olLayerTypeRegistry.add( OlLayerType(self, 'Yahoo Street', 'yahoo_icon.png', 'yahoo_street.html') )
self.olLayerTypeRegistry.add( OlLayerType(self, 'Yahoo Hybrid', 'yahoo_icon.png', 'yahoo_hybrid.html') )
self.olLayerTypeRegistry.add( OlLayerType(self, 'Yahoo Satellite', 'yahoo_icon.png', 'yahoo_satellite.html') )
self.olLayerTypeRegistry.add( OlLayerType(self, 'Road', 'bing_icon.png', 'bing_road.html', True) )
self.olLayerTypeRegistry.add( OlLayerType(self, 'Bing Road', 'bing_icon.png', 'bing_road.html', True) )
self.olLayerTypeRegistry.add( OlLayerType(self, 'Bing Aerial', 'bing_icon.png', 'bing_aerial.html', True) )
self.olLayerTypeRegistry.add( OlLayerType(self, 'Bing Aerial with labels', 'bing_icon.png', 'bing_aerial-labels.html', True) )
self.olLayerTypeRegistry.add( OlLayerType(self, 'Apple iPhoto map', 'apple_icon.png', 'apple.html', True) )
Expand Down

0 comments on commit 75ab31a

Please sign in to comment.