pnck
pnck
参见[百度地图文档](https://lbsyun.baidu.com/index.php?title=webapi/guide/webservice-geocoding) ,地理编码 API 默认返回的是百度的 `bd09ll` 坐标,在使用其它平台地图的服务(比如geojson是从datav高德那边来的)会产生偏移。 虽然我大概粗略地用几个区域测了下,省市级定位是偏不出去的,不过毕竟也说不好会不会有什么预期外的问题,所以最好还是使用比较统一的坐标系统: 在请求 API 的地方加上 `&ret_coordtype=gcj02ll` 即可。 改动很小就不提PR了,开个 Issue 提醒看到的大家留意一下有这么回事。
### 功能描述以及必要性描述 相信大家使用这个项目也主要是来做二次开发的对吧 但是对于二次开发来说代码生成器这样的工具功能肯定不会留在二开后的产品里的 那能不能调整一下结构让这些非框架功能的耦合度更小呢? 理想的情况是这些service和前端页面都在独立的namespace里,二开后去掉一些注册性的引用就能直接把这些功能从产品里去掉。 实际上这些功能也的确是能拆的,并没有耦合到框架的关键(动态路由和权限机制)部分 ### 建议和方案 _No response_
### 功能描述以及必要性描述 当使用一个REST风格路由的时候,如 - `/users/:id/profile` (`/users/1/profile`),需要将URI中的id绑定到model中的id上,而这个id是gva_module里定义的通用基础模型,几乎每个自定义model都要包含它 - 目前我的写法是手动提取 context 里的 `id parameter`,但我又想在其它模型中直接使用 `uri:"some_string_id"` 这样的机制自动绑定,两种实现共存就会显得很割裂 因为不是个 major feature request 所以可以酌情考虑与validator一起重构的时候加上。现在的validator也几乎没用 ### 建议和方案 _No response_
I recently launch a project with `vcpkg`. But I can't simply include `keystone` into my project because `vcpkg` build requires `python2` and there is no more a builtin `python2` in...
## GORM Playground Link https://github.com/go-gorm/playground/pull/461 ## Description Tested with postgres driver `v1.3.1` to `v1.3.3` Panic occurs only on `v1.3.3`
Hello, I'm getting these undefined references: ``` [ 96%] Building CXX object CMakeFiles/qtinspector.dir/qtinspector_automoc.cpp.o [100%] Linking CXX executable qtinspector CMakeFiles/qtinspector.dir/TargetApplicationProxy.cpp.o: In function `google::protobuf::internal::GetEmptyStringAlreadyInited[abi:cxx11]()': TargetApplicationProxy.cpp:(.text._ZN6google8protobuf8internal27GetEmptyStringAlreadyInitedB5cxx11Ev[_ZN6google8protobuf8internal27GetEmptyStringAlreadyInitedB5cxx11Ev]+0x7): undefined reference to `google::protobuf::internal::fixed_address_empty_string[abi:cxx11]' lib/libQtInspector.so: undefined reference...
Hi, I encountered a problem with the client certificate verifying / authenticating. When enabled client certs (typically the Cloudflare mTLS rules), the client must present its private cert (aka .p12/.pfx...
### A test note:  Text links are correctly rendered in the preview. But the published version shows like this:  Deployed through docker: ```yaml image: hackmdio/hackmd:2.4.2-cjk environment: - CMD_USECDN=true...
### Describe the bug An `Export Bus` with _Redstone Card_ and _Crafting Card_ is trying to **craft the item every 2 pulses,** rather than requesting it every single time. This...
Reference issue: #978 SS pod cannot get started due to the mounting point at `/usr/local/bin`. K8s' mount mechanism works different from docker's, which would overwrite the underlying files instead of...