Giter Site home page Giter Site logo

amap's Introduction

Github Linkedin Gmail

Welcome to my Github page! I am Fernando and I am currently finishing my Computer Engineering Master degree at the university of Granada!

img

🌱 Things I am currently working on:

  • Senior Staff Software Engineer
  • Data Science Medical Imaging and Machine Learning Application development and research
  • Business practices on bi4 Group Spain 🚀 coming soon

💪 Things I am challenging myself with:

  • Waking up earlier to make good use of the day
  • Coding at least 4 hours a day
  • Exercising 3 days a week
  • Improving my english with some education apart from job

💻 Programming languages and tools:



amap's People

Contributors

sindendev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

amap's Issues

离线地图

请问这个插件的离线地图是如何使用的呢?

求教:

PluginParameter {
name: "mapboxgl.mapping.additional_style_urls"
value: "mapbox://styles/mapbox/dark-v9,mapbox://styles/mapbox/satellite-v9"
}

诸如此类的属性设置,怎么设置啊,大神?

地图不是高清的

首先很感谢作者的工作,我用了你的代码,可以正常显示地图,但是感觉不是高清图,有点粗糙,有没有类似"mapbox.mapping.highdpi_tiles"这样的参数?
再次表示感谢!

Geocode 功能无法正常使用

import QtQuick 2.12
import QtQuick.Window 2.12
import QtPositioning 5.12
import QtLocation 5.12

Window {
    visible: true
    width: 640
    height: 480
    title: qsTr("Hello World")

    Map{
        id: map
        anchors.fill:parent
        plugin: Plugin{
//            name: "osm"
            name: "amap"
        }
    }

    GeocodeModel {
        id: geocodeModel
        plugin: map.plugin
        autoUpdate: true
        query: "吉林长春南湖公园"
        onLocationsChanged: {
            console.log("locations",get(0).address.text)
        }
    }
}

测试osm插件正常,amap无返回值

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.