Git Product home page Git Product logo

Comments (5)

Junior2Ran avatar Junior2Ran commented on June 4, 2024

测试了下原生GL版JSAPI暂无该功能,我们补齐一下该功能,然后在新版本中发布

from react-bmapgl.

Kang127 avatar Kang127 commented on June 4, 2024

Marker中的icon怎么显示一个图片?@Junior2Ran

from react-bmapgl.

Junior2Ran avatar Junior2Ran commented on June 4, 2024
<Marker
      position={position}
      icon={icon}
/>

详细的文档里有写,icon可以传已有的string类型,也可以自己传一个BMapGL.Icon对象

from react-bmapgl.

Kang127 avatar Kang127 commented on June 4, 2024

恩,可以了
<Map {...getMapOption}>
<Marker
position={{ lng: checkSite.b_longitude, lat: checkSite.b_latitude }}
autoViewport={true}
icon={new BMapGL.Icon("/image/enterpriseMonitoring/green.png", new BMapGL.Size(40, 67))}
/>

from react-bmapgl.

leleccccc avatar leleccccc commented on June 4, 2024

刚好我也需要这个效果

from react-bmapgl.

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.