JetEngine - example of custom map provider
Example of provider rewriting
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/mjhead/jet-my-map-provider/archive/refs/heads/master.zipThis plugin provides an example of rewiting defual JetEngine map provider. You also can register completely new provider on jet-engine/maps-listing/register-map-providers hook. This example rewrites some existing provider. It useful if you need to add some layers to existing provider Map. For example draw some polygons etc.
Please note! If you rewrite some of default providers - you need to check the initial code after JetEngine updates.