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

145
Views
traducir MapLibre a openlayer

¿Puede alguien ayudarme a traducir el código debajo de MapLibre a openlayer?

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

0

En Openlayers hay muchas formas de cargar una capa vectorial, una forma para un servicio wfs puede verse así

 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!