BeWebi

THE TOP MAPPING AND MAP APIS / SDKS REVIEW (GOOGLE MAPS, YANDEX MAP, MAPBOX, OPENLAYERS, LEAFLET)

18.07.2023

To display objects on the map and the possibility of interactive interaction with them, it is necessary, firstly, to have the base map itself, which is used for the main rendering of various layers – countries, cities, water, etc., and secondly, an SDK for working with your data, which the system loads, processes and transfers…

clustering on a map google map leaflet map mapbox openlayers openstreetmap yandex map

Read more

WORDPRESS SNIPPETS 2023

25.05.2019

Disable WordPress database revisions: wp-config.php add above ‘require-once’: Delete revisions from WordPress database: Perform the following SQL query on your database in PHPMyAdmin Customize “Read more” button functions.php Add “Read more” button for excerpts functions.php…

wordpress wordpress snippet

Read more

JQUERY: $.POSTJSON

07.02.2019

Is your request very big for $.getJSON() and you are looking for post alternative in jQuery to send large amount of data? I have bad news for you: there is no such function as $.postJSON() in jQuery. But, there is a way out: we can still perform AJAX post requests in JSON format by simply…

jquery

Read more