Kohei Otsuka

Results 16 issues of Kohei Otsuka

Hi, I use mapshaper only * mapshaper.internal.dedupIntersections() * mapshaper.internal.ArcCollection() * mapshaper.internal.findSegmentIntersections() these 3 functions. Is it possible to make these 3 functions only build?

## Motivation OpenLayers can set extent to each layers. Example can be seen in this url: https://jsfiddle.net/kochizufan/ucw948e6/ This is so useful so I want to have it in MapLibre too.

enhancement
need more info

Hi, is this bug? Even the document says `load` function allow file name, actually it causes error. Environment is * [email protected] * [email protected] (core, las) * OS: Occured in both...

Hi I want to use this in node.JS environment on local Windows PC, not on web browser. Just for test, I wrote such ad-hoc code (without webpack or any packaging)...

Hi I use vue-i18next with i18next-xhr-backend. I used such locale files. **en/translation.json** ``` { "navbar": { "mapEdit": "Edit Map" } } ``` **ja/translation.json** ``` { "navbar": { "mapEdit": "地図編集" }...

* Add python-18n and pyyaml to dependencies * Wrap all strings by "i18n.t" function * Add locale resources for English and Japanese * Items in Japanese resources are partially translated...

Hi, I want to realize attribute like this: If single-language data: ``` "name": "Peter" ``` but in multi-language data: ``` "name": { "ja": "ピーター", "en": "Peter" } ``` According to...

As README says in https://github.com/thedersen/backbone.validation#do-you-support-conditional-validation Conditional validation is allowed, but in preValidate method, it cannnot work. So I make patch for it.

Hi, Constrainautor consider "edges must be selcted" on delaunator's triangulation result, but I also want to have function considering "edges must not be selected". Is this possible?

Hi It is very nice project, but I have several questions for it. 1) I already uses Cloudflare workers script under maplat.jp domain. Are there any concern for existing scripts...