Skip to content

Commit

Permalink
improvements for handling the map manually
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslara committed Feb 21, 2012
1 parent d4ce7ef commit f68f9e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geotagging/static/js/app/Spot.js
Expand Up @@ -44,7 +44,7 @@ $$.SpotView = Backbone.View.extend({
offset = new OpenLayers.Pixel(-(size.w/2), -size.h);
this.icon = new OpenLayers.Icon(this.model.attributes.style.externalGraphic,
size, offset);
};
}
},

getIcon: function () {
Expand Down

0 comments on commit f68f9e8

Please sign in to comment.