X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=js%2Fsrc%2Fgeo%2FMapPart.js;h=b7fd086727e33f5842af8b7990d92a9a793365f6;hb=362c92fd2bdb555e1d691b661f0ee69c513be5a8;hp=d2f712c629fc7711368146300c84c1ff1f89a812;hpb=720e78163faf96ccc966d155a516487af52ccec2;p=gpl%2Fargeo-suite.git diff --git a/js/src/geo/MapPart.js b/js/src/geo/MapPart.js index d2f712c..b7fd086 100644 --- a/js/src/geo/MapPart.js +++ b/js/src/geo/MapPart.js @@ -16,26 +16,11 @@ export default class MapPart { // // ABSTRACT METHODS // - - /** Zoom the map to the given value. */ - setZoom(zoom) { - throw new Error("Abstract method"); - } - /** Set the center of the map to the given coordinates. */ setCenter(lng, lat) { throw new Error("Abstract method"); } - /** Add a single point. */ - addPoint(lng, lat, style) { - throw new Error("Abstract method"); - } - - addUrlLayer(url, format) { - throw new Error("Abstract method"); - } - // // EXTENSIONS //