![]() |
Admin 6/2/2021 |
Maybe this plugin can help? |
![]() |
Dalkeith 6/2/2021 |
This is not necessarily a simple thing to do and you might have to have a map server. Leaflet has plugins one of which will display a layer over your open layers basemap. https://github.com/Flexberry/Leaflet-WFST Note that digital mapping isn't really really part of phprunner. |
O
|
Omar Maiga author 6/3/2021 |
Hello
|
![]() |
HJB 6/3/2021 |
Overlay example for leaflet.js ... for inspiration purposes only ... P.S. PHPRunner DashBoard Map Live Demo Though last works of mine on a map like that date back to 2014, AFAIR it is possible to place total 5 different icons per map location |
O
|
Omar Maiga author 6/4/2021 |
Overlay example for leaflet.js ... for inspiration purposes only ... P.S. PHPRunner DashBoard Map Live Demo Though last works of mine on a map like that date back to 2014, AFAIR it is possible to place total 5 different icons per map location Hello |
![]() |
HJB 6/5/2021 |
... you need first to understand on how DASHBOARDS are made, in this our case,
to then enter the parametres. In regard to, citing excerpt out of the URL content above: Marker icon. You can select and use custom marker icons instead of the default ones. we would need the kind assistance by the ADMIN when it comes to the need of up to Above 43 MB download file contains (among others) the project file for the DASHBOARD MAP, so, Hope, all this can help you to let you successfully find your way ... |
![]() |
fhumanes 6/13/2021 |
Hello, The problem has been resolved. I do not publish the solution because the layers are from Omar and I have not requested permission for the publication of the example. If anyone has a similar problem and has the layers, you can contact[ fernandohumanes@gmail.com](mailto: fernandohumanes@gmail.com) and explain how we have done it. Greetings, fernando |
![]() |
HJB 6/13/2021 |
Interesting to see that OMAR never replied, but a third party is flagging the victory flag here now. ... this forum seems now to be on a turn from "support" to "commercial" place at the expense |
O
|
Omar Maiga author 6/16/2021 |
No that's not what you think. I am a man of the field. I have spent most of my time traveling the villages for 3 years, which leaves me little time for my passions. This does not relieve me of my silence. I never participate in a forum. I am simply looking for the solution on the internet. And there I realize that I am in a family that I have to respect and that I respect. I beg your pardon for my silence. |
![]() |
fhumanes 6/16/2021 |
Hello HJB, Or I have not explained myself well, or it has been wrong. Always, in all my collaborations, in addition to putting a URL so that the solution can be evaluated, it facilitated the source code so that you can deploy it to your PCs. On this occasion, I could not do it because the example has personal data that had not requested authorization for the publication of them. All my collaborations (I think many of the developers of this forum know me) are free and there is never commercial transaction in them. I am an admirer and follower of the Open Source, that spirit is the one who guides me in my actions. I will facilitate the Special Code that I have used in the solution I offered to Omar and that part of a solution that previously publishes and that was a consequence of aid to a Paraguay developer. https://fhumanes.com/blog/guias-desarrollo/guia-6-phprunner-indicar-direccion-a-traves-de-una-mapa/ Greetings, |
![]() |
fhumanes 6/16/2021 |
# Solution I have applied. Appearance of the List page and page View:
I used the library https://leafletjs.com/, to solve the problem. It facilitated the code that I have used, indicating in the event where I have put it. If you have published in the forum, you will know that it is difficult to put the code in nice style. I do not know how to do better. Event After Application Initialized, It is to dynamically load the libraries and style sheets of the maps. // Paras utilizar los mapas en Open Street Map In header of the pages I have put: <?php On the LIST page, to represent the Map in the "map" field I encoded the event list page: before record processed: $lat = $data['Latitude']; The specific code to add the layers in JSON format are: L.geoJSON(json_BD_ZS_speculation_1).addTo(map); Similarly, on View pages, the event is used Process Record Values: $lat = $values['Latitude']; And that's it. Greetings, |
![]() |
HJB 6/16/2021 |
Above is a screenshot on how Bulgarians did it. Say, they collected 4 (four) GPS points to define a plot of land, added further As for me, this is the only productive way to go here as such approach would make tedious overlay creation to become obsolete. From works of mine years ago to combat the Fall Army Worm pest in Africa, using air drones from China which use such 4 GPS P.S. @Omar - FYI, I just tasked an ultimate Excel Data into Maps Expert to bring his expertise, say, as the data collection side Update 18th Jun 2021 - Excel Data Mapping experts signaled by today, they have a solution which even supercedes the basic |