Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

112
Views
embedding dhis2 map in to javascript web application

I'm trying to embed dhis2 map to my web application but I am facing an issue which says DHIS is not not define. Please can anyone help me to solve this? Here is the code:

var base = "server.com";
 $(document).ready(function(){
    Ext.onReady( function() {
        Ext.Ajax.request({
        url: base + "dhis-web-commons/security/login.action",
        method: "POST",
         params: { j_username: "my_username", j_password: "my_password" },
         headers:{'Content-Type': 'application/json'},
         success: setLinks,
         failure: function(response) {
             console.log("logged in failed, try again later");
         }
        });
      });
 })
function setLinks(){
    DHIS.getMap({ url: base, el: "map1", id: "map_id" });
}```
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!