Nikolai Lebedev
Nikolai Lebedev
Foreign table gets created ok, but when trying to select from this table it crashes postgres server process. Running in docker, building from official alpine postgresql image.
@FxKu Can you please share your thoughts on what it takes to make it possible? I'd like to use my existing `UUID` columns as audit keys.
I'd be great to have an option to post current style to an external api. (it can be a storage or a processing api, whatever). Just an option to set...
It's hard to set appropriate map center when you have UI that overlaps map component. Setting map viewport doesn't have option to include padding in pixels. The only native method...
Currently you can only add new sources and layers programmatically. It'd be great to have a helper function which converts all sources and layers from loaded map style to react...
I get a ``` mbgl: { class: 'ParseStyle', severity: 'WARNING', text: 'Error parsing a layer of type: symbol' } ``` I guess this might lead to raster tiles not being...
Is it possible to get `OGR_STYLE` as a foreign table column? I need it to get DXF MTEXT objects styling. In `ogrinfo` or `ogr2ogr` I can return it with ```-sql...
When adding a new layer and setting a custom CRS for it everything works fine (like setting CRS for a local json - as expected). But upon refreshing, it sets...
I'm trying to run this example as an Angular CLI app. It uses webpack by default instead of SystemJS. The bundle gets built with no errors, but I've got this...
В процессе переезда на БД PostgreSQL обнаружился код, содержащий добавление в SQL запрос обратных кавычек. Например, [тут](https://github.com/Joomline/slogin/blob/b73d539104165dd4df1ab9e4ae0298e5971b6cf6/com_slogin/site/helpers/password.php#L44) Такой код работает исключительно на MySQL. На PostgreSQL возникают ошибки в именах объектов.