Giter VIP home page Giter VIP logo

Comments (3)

baleboy avatar baleboy commented on June 1, 2024

Hi @xiaomaxuetu , could you let us know what SDK version and style you are using?

from mapbox-maps-flutter.

xiaomaxuetu avatar xiaomaxuetu commented on June 1, 2024

Hi @xiaomaxuetu , could you let us know what SDK version and style you are using?
version:0.5.1
style:
‘dynamic _mapBoxStyle() => {
"glyphs":
"${urlConfig.oneMapApi}/oss-static-api/res-static-lib/font/bdh-resource-view/2023/public-font-0110-sy/{fontstack}/{range}.pbf",
"versison": 8,
"sprite":
"${urlConfig.oneMapApi}/oss-static-api/res-static-lib/sprite/bdh-resource-view/2023/icon-layer-sprite",
"sources": {
"879698251605876192": {
"type": "raster",
"tiles": [
"https://map-img.bdhic.com/WeServer/wmts/1.0.0/satellite1_3857/default/mct/{z}/{y}/{x}.jpg"
],
"tileSize": 256,
"minzoom": 0,
"maxzoom": 20
},
"144": {
"type": "vector",
"tiles": [
"${urlConfig.oneMapApi}/geoservice-api/data/res_plot/{z}/{x}/{y}.pbf"
],
"minzoom": 0,
"maxzoom": 15
},
"503": {
"type": "vector",
"tiles": [
"${urlConfig.oneMapApi}/geoservice-api/data/res_parent_plot/{z}/{x}/{y}.pbf"
],
"minzoom": 0,
"maxzoom": 20
}
},
"layers": [
{
"id": "879698228612701757",
"source": "879698251605876192",
"type": "raster",
"paint": {},
"layout": {"visibility": "visible"},
"metadata": {},
"minzoom": 0,
"maxzoom": 20
},
{
"id": "3926",
"source": "503",
"type": "fill",
"paint": {
"fill-outline-color": ["rgba", 239, 101, 72, 1],
"fill-color": ["rgba", 255, 0, 0, 1]
},
"layout": {"visibility": "visible"},
"filter": [
"all",
[
"in",
["get", "plot_no"],
[
"literal",
[
"806010000GS00003",
"806010000GS00322",
"806010000GS00344",
"806010000GS00967",
"806010000GS00435",
"806010000GS00825",
"806010000GS00170",
"806010000GS00208",
"806010000GS00443",
"806010000GS00006",
]
]
],
[
"any",
[
"in",
["get", "bl_farm_no"],
[
"literal",
["860601"]
]
]
],
[
"==",
["get", "year"],
2023
]
],
"metadata": {
"hover": false,
"name": "画像地块",
"event": [],
"click": true,
"biz-layer-id": 3257
},
"interactive": true,
"source-layer": "res_parent_plot",
"minzoom": 0,
"maxzoom": 20
},
{
"id": "3721",
"source": "144",
"type": "fill",
"paint": {
"fill-outline-color": ["rgba", 0, 0, 255, 1],
"fill-color": ["rgba", 0, 160, 233, 0.5],
},
"layout": {"visibility": "none"},
"filter": [
"all",
[
"all",
["has", "parent_plot_no"]
]
],
"metadata": {},
"interactive": true,
"source-layer": "res_plot",
"minzoom": 0,
"maxzoom": 18
},
]
};’
due to being in an internal network environment, the server address cannot be provided

from mapbox-maps-flutter.

xiaomaxuetu avatar xiaomaxuetu commented on June 1, 2024

I found that it is necessary to fill the screen with graphics to obtain the correct tile information

from mapbox-maps-flutter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.