Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Geoserver 使用带有 EPSG 代码的嵌入式 HSQL 数据库来执行坐标转换。
(参考:http ://docs.geoserver.org/latest/en/user/advanced/crshandling/manualepsg.html )
我正在尝试找出如何将其配置为使用外部数据库来加载 EPSG 代码,以便可以单独维护自定义 CRS。
请帮忙。
我不得不实现一个类似于 gt-epsg-postgresql-11.0.jar 的扩展,并在 WEB-INF/lib 中替换它。该扩展只有一个创建数据源的类。在这种情况下,它将是一个 Mysql 数据源而不是一个 postgresql 数据源。