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

146
Views
translate MapLibre to openlayer's

Can someone help me translate the code below MapLibre to openlayer's?

       map.addSource('source', {
        'type': 'vector',
        'tiles': ['url'],
        'minzoom': 6,
        'maxzoom': 14
    });
    
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

In Openlayers there are many ways to load a vector layer, one way for a wfs service can look like this

    var vectorSource = new ol.source.Vector({
             format : 'wfsFormat',
             loader: 'function'
             strategy: ol.loadingstrategy.*,
    });
    var vectorLayer= new ol.layer.Vector({
             title: 'title',
             visible: true,
             source: vectorSource,
             projection: 'EPSG:4326',
             style: 'function'
    });
    map.addLayer(vectorLayer);
about 4 years ago · Juan Pablo Isaza Report
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!