PilotGaea 2D O'view
    正在準備搜尋索引...

    函數 setProj4

    • Register proj4. If not explicitly registered, it will be assumed that proj4js will be loaded in the global namespace. For example in a browserify ES6 environment you could use:

      import ol from 'openlayers';
      import proj4 from 'proj4';
      ol.proj.setProj4(proj4);
      

      參數

      • proj4: any

        Proj4.

      回傳 void