Naoki Ohashi

Results 12 issues of Naoki Ohashi

Currently, when a user adds geojson, it is added below the buildings of the default style, but I think it would be better to add it above the default style...

Hi! Thank you for great application. When I run `npm install`, I got the error below. So, I solve the problem by update `@mapbox/[email protected]` to `@5.0.2` Colud you review it...

## charites import ``` charites import [destination] ``` - The`` is JSON file to import. - `[destination]` is name of project directory Create charites project files from exist `style.json` Options...

Priority: Middle

Related to https://github.com/unvt/charites/issues/36#issuecomment-968788504 Regarding sprites, are we using file names of the .svg files as the name of the sprite? We might want to think about `sprite.yml` file which assign...

Priority: Low

## charites glyphs build ``` charites glyphs build ``` it will build glyph files from settings of `config.yml`. We can just run `charites glyphs build` which use settings in `config.yml`...

Priority: Low

## charites sprite build ``` charites sprite build ``` It will build icon sprite files from settings of `config.yml` build icon sprite files (ex, `icons.png`, `icons.json`) from svg files. Options...

Priority: Middle

## charites serve ``` charites serve ``` It will automatically launch server with `http://localhost:8080`. Options - `--port ` number of custom port - realtime style editing After entering project directory,...

Priority: High

## charites style build ``` charites style build ``` It will build `style.json` files from settings of config.yml Options - `--compact-output` minify output JSON file. We can just run `charites...

Priority: High

## Initializing a project ``` charites init ``` First, `charites init` command will create a charites project named as `` as follows. Options - `--tilejson-urls ` an URL for TileJSON....

Priority: High

Currently we can not create style template for tile.json that origin authentication is applied. So, I think we should add `--origin-header` option for init command. ``` charites init style.yml --tilejson-urls...

enhancement