- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个在Kubernetes内部运行的应用程序,需要使用Leaflet显示 map ,该 map 数据来自Openstreetmap。
我用来设置 map 的代码如下所示:
map = L.map('mapid', {
center: [lat, long],
zoom: 19
});
L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
attribution: '© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
}).addTo(map);
{s}.tile.openstreetmap.org
。由于openstreetmap数据位于k8s集群之外,因此我需要在Kubernetes中创建服务。
apiVersion: v1
kind: Service
metadata:
name: a.tile.openstreetmap.org
spec:
type: ExternalName
externalName: a.tile.openstreetmap.org
---
apiVersion: v1
kind: Service
metadata:
name: b.tile.openstreetmap.org
spec:
type: ExternalName
externalName: b.tile.openstreetmap.org
---
apiVersion: v1
kind: Service
metadata:
name: c.tile.openstreetmap.org
spec:
type: ExternalName
externalName: c.tile.openstreetmap.org
Error from server (Invalid): error when creating "openstreetmap-service.yaml": Service "a.tile.openstreetmap.org" is invalid: metadata.name: Invalid value: "a.tile.openstreetmap.org": a DNS-1035 label must consist of lower case alphanumeric characters or '-', start with an alphabetic character, and end with an alphanumeric character (e.g. 'my-name', or 'abc-123', regex used for validation is '[a-z]([-a-z0-9]*[a-z0-9])?')
Error from server (Invalid): error when creating "openstreetmap-service.yaml": Service "b.tile.openstreetmap.org" is invalid: metadata.name: Invalid value: "b.tile.openstreetmap.org": a DNS-1035 label must consist of lower case alphanumeric characters or '-', start with an alphabetic character, and end with an alphanumeric character (e.g. 'my-name', or 'abc-123', regex used for validation is '[a-z]([-a-z0-9]*[a-z0-9])?')
Error from server (Invalid): error when creating "openstreetmap-service.yaml": Service "c.tile.openstreetmap.org" is invalid: metadata.name: Invalid value: "c.tile.openstreetmap.org": a DNS-1035 label must consist of lower case alphanumeric characters or '-', start with an alphabetic character, and end with an alphanumeric character (e.g. 'my-name', or 'abc-123', regex used for validation is '[a-z]([-a-z0-9]*[a-z0-9])?')
http://{s}.somedomain.com/blabla/{z}/{x}/{y}{r}.png
最佳答案
用它的名字调用外部服务应该没问题。如果该服务需要作为Kubernetes资源提供,例如可以代理到外部服务的入口路由,则可以使用ExternalName
。
如果仍然要使用ExternalName
服务而不是实际的FQDN,则只需使用有效的名称(如a-tile-openstreetmap-org),然后用该名称替换客户端脚本中的域名。您可能必须设置正确的HTTP主机 header ,以避免目标服务器出现问题。
我仍然建议使用实名,因为它很简单明了,并且给别名起别名没有任何好处。
关于kubernetes - 在Kubernetes中使用Openstreetmap,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57430771/
我目前正在 PostGIS 上运行 openstreetmap 的 nominatim map 的本地副本。 有什么方法可以将速度限制输入到这个数据库中,这样我也可以返回该信息。我发现在查询 open
我正在寻找一种从 OpenStreetMap (OSM) 数据中准确检索街道交叉口的方法。我知道有人提出并回答了类似的问题,但我可以从建议的方法中检索到的数据不是很准确。 首先,我知道以下问题: ho
是否可以从坐标(纬度、经度)、缩放级别和大小(屏幕)获取边界框?我只找到了 calculating bounding box from tile .我需要它,因为 OpenStreetMap 只接受导
关闭。这个问题是off-topic .它目前不接受答案。 想改善这个问题吗? Update the question所以它是 on-topic对于堆栈溢出。 11 年前关闭。 Improve this
是否有任何用于openstreetmap 的高程API,就像我们为谷歌地图提供的那样? 在谷歌高程 API 中,我们可以传递坐标并获得高程作为响应。 最佳答案 我最近发表了Open-Elevation
无法弄清楚如何在给定位置获取特定半径的所有道路。我当前的查询是 我尝试添加类似 primary,secondary,tertiary,residential 的内容但它
给定纬度/经度组合以及从该点开始的半径(以公里为单位,如果有区别的话),是否有人知道我可以用来获取所有地点列表的服务/API(甚至下载) ,街道等来自提供的纬度/经度的圆圈内?当我说所有的地方时,我对
嗯,我正在寻找一个教程,告诉我如何在我的网络应用程序中包含 OpenStreetMap。 Google 提供了一个很好的教程,告诉我们如何在我们的网络应用程序中包含 Google Map 的分步过程。
我试图理解什么是什么,但我有点困惑: OpenStreetMap 可免费使用 map 。此 map 可能的 API 是: -OpenLayer -MapQuest 为什么 OpenLayer 在 Op
有人知道是否有办法使用 OpenStreetMap(离线或 API)来获取给定 GPS 坐标集的国家/地区名称? 我对使用此处提到的 Google 或 Geonames API 不感兴趣:Countr
关闭。这个问题不满足Stack Overflow guidelines .它目前不接受答案。 想改善这个问题吗?更新问题,使其成为 on-topic对于堆栈溢出。 2年前关闭。 Improve thi
我一直在尝试使用具有以下请求的 OSRM 获取从 A 点到 B 点的 route 的坐标列表: 获取 http://router.project-osrm.org/viaroute?hl=en&loc
我正在使用 LeafletJS 将 map 组件添加到我的应用程序中。除了 map 的本地化,一切都很好。一些国家名称以本地语言显示(我假设)。 有没有办法用英文显示国家名称? 这是我使用的当前代码
只是在我自己的 Openstreetmaps 服务器上闲逛,遇到了一些问题。 1) 我按照以下说明进行操作:http://wiki.openstreetmap.org/wiki/The_Rails_P
我正在与 Open Street Maps 一起工作并使用 leaflet library . 我有一个这样的图层组: var testLayer = new L.LayerGroup(); -->
有没有办法在OpenStreetMap中下载有关中国eh县界的shp格式文件? 最佳答案 您可以通过 Overpass API 获取行政边界。 .对应的query是: relation ["bou
使用 OverPass API,我想在一个单独的查询中进行多个不同的查询,然后在输出中按查询分隔结果。 例如: node( )[amenity~"cafe"]->.my_cafes; node(
我正在尝试检索特定巴士服务的巴士路线。如何在天桥查询中包含两个键,以便我可以找到特定巴士服务的巴士路线?例如,我想查找巴士 Svc 3 的巴士路线? 我如何包含两个功能: “路线”=“巴士” “名称”
我试图在传单 map 上显示很多标记。标记的数据 - 坐标、文本... - 存储在文本文件中。我制作了一个解析文本的解析器,将数据放在一个大数组中,然后我在这个数组上循环以显示每个标记。 我的问题是我
我使用 google API 和 osmdroid API 为安卓设备设计和开发了几个导航应用程序。现在我正在寻找使用 osmdroid API 创建一个室内导航系统。但是,为了做到这一点,我需要从一
我是一名优秀的程序员,十分优秀!