Mapping / Drawing feature

Hi everyone, i’d like to share with you the solution to have back the Mapping / Drawing feature, that was natively available in SuiteCRM, but was blocked because Google Maps deprecated its old libraries.

We used TerraDraw Library as suggested by @cherub-chum; you can find the discussion i this thread: JJWG Maps: drawing isn't available anymore

custom/modules/jjwg_Maps/controller.php
custom/modules/jjwg_Maps/views/view.map_markers.php

You can download them from:

JJWG Maps Drawing feature
2 Likes

Thank you for sharing the solution.

Could you please create PR on the SuiteCRM GitHub for this?

That’s only working for SuiteCRM 7, isn’t it?

I think we don’t have a new codebase for the Maps module in version 8.x either. So, it should work with 8.x.

Could you please try it on your 8.x dev server?

1 Like

Yes, i did it here: Fix Maps drawing tools by replacing Google DrawingManager with Terra Draw by mayerelyashiv · Pull Request #10911 · SuiteCRM/SuiteCRM · GitHub

2 Likes