python analysis of pictures to get the shooting time and location

A very simple and interesting project recently discovered is to obtain the time of shooting and the GPS coordinates when shooting by analyzing the EXIF information of mobile phone photos. Then, the location corresponding to GPS can be translated by g ...

Posted by Stryker250 on Wed, 18 Sep 2019 12:22:48 +0200

Golden Map--Encapsulation of Controls--1

Preface With the popularity of maps, there may be many beginners like me who spend a lot of effort in understanding common map controls. So, today we mainly share some plug-in encapsulation of map control. Direction involved Today, the main learning ...

Posted by shawnyoung on Thu, 22 Aug 2019 11:20:55 +0200

Use Baidu Map in vue project

When using Vue for project, Baidu Map is useful, using vue-baidu-map plug-in, including picking up location coordinates, searching for locations, etc. 1. Ways of introduction Can be introduced globally in app.js import BaiduMap from 'vue-baidu-map' Vue.use(BaiduMap, { /* You need to register ...

Posted by danmon on Tue, 06 Aug 2019 04:02:59 +0200

Real-time Navigation of Gaud Map

A summary of previous articles Gaud Map Picking Place And then, on this basis, we continue to summarize. Route Planning of Gaode Map Today, we will summarize the real-time navigation of Golden Map on this basis. If you haven't read the previous article, I suggest you know it first, otherwise you may not understand it very well. In fact, real- ...

Posted by jeremywesselman on Tue, 02 Jul 2019 20:08:42 +0200