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

200
Views
Noise Points disappearing at certain zoom level. [HERE Maps API for Javascrip]

First of all, let's clarify the problem: I have a map that shows a cluster of points Marker Cluster Image1

When I start zooming one of the points, everything work as expected to a level of zoom over 5 km Marker Cluster Image2

When the zoom level increases to less than 5 km, the NoisePoint disappears. Marker Cluster Image3

If I keep zooming where the NoisePoint should be, after a certain level, in this case less than 100 meters, the NoisePoint is displayed again. Marker Cluster Image4

How it is built:

I have a function that takes as an argument array of objects containing lat and lng

showTruckPosition(truckDataPositionCordArray) {   
    var dataPoints = [];
    dataPoints = truckDataPositionCordArray.map((item) => {
        return new H.clustering.DataPoint(item.lat, item.lng);
    });
    var clusteredDataProvider = new H.clustering.Provider(dataPoints, {
        // min: 1,
        // max: 20,
        clusteringOptions: {
            eps: 32,
            minWeight: 2
        }
    });
    let layer = new H.map.layer.ObjectLayer(clusteredDataProvider);
    this.map.addLayer(layer);
}

Min and Max options on H.clustering.Provider do not change this strange behavior.

How to stop dies behavior? I need the Noise Points to be visible at max Zoom too.

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!