Ejemplo n.º 1
0
        static MapLayer()
        {
            layerParsers = new Dictionary <string, LayerParser>();

            // register layer types
            ValueMapLayer16.Register();
            ColorMapLayer.Register();
        }