Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7164501
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T14:05:09+00:00 2026-05-28T14:05:09+00:00

I am quite new to OpenLayers. Right now, I have a polygon vector with

  • 0

I am quite new to OpenLayers. Right now, I have a polygon vector with some styling applied and a label.

var style = $.extend(true, {}, OpenLayers.Feature.Vector.style['default']);
style.pointRadius = 15;
style.label = "My Polygon";
style.fillColor = #f00;
style.strokeColor = #000;

var styleMap = new OpenLayers.StyleMap({"default" : style});

var polygonLayer = new OpenLayers.Layer.Vector("Polygon Layer", {styleMap: styleMap});

At some point after doing some processing, I want to display the result as a label. How can I update the label? I figure it would be something like this, but this wasn’t the way.

polygonLayer.options.styleMap.styles.label = "Updated label";

Thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T14:05:09+00:00Added an answer on May 28, 2026 at 2:05 pm

    You are on the right way. You can set new label for all features in a layer like that:

    polygonLayer.styleMap.styles.default.defaultStyle.label = "new label";
    polygonLayer.redraw();
    

    As you see it’s important to call redraw() method after you set new value.

    That’s how you change label for all features in a layer. Quite often though you’ll need to set new labels per feature. To achieve that you should do following when you create pollygonLayer:

    var style = $.extend(true, {}, OpenLayers.Feature.Vector.style['default']);
    style.label = "${feature_name}";
    

    Each feature has a collection of attributes. In this case value of attribute feature_name will be displayed as a label. To change label value per feature you simply change value of the attribute on that feature and then of course call redraw() on layer.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hi I am quite new to php but i have been following some tutorials
Am quite new to namespacing etc so hopefully this will be straightforward. I have
I am quite new to windows form app development. I have an app installed
Quite new to this mocking thing, I have a couple of questions. Correct me
Im quite new at Javascript however I have been trying to create a currency
Im quite new to Java and i have stumbled upon the following problem. Im
I am quite new to django, and I have built a small page using
I am quite new with MVC. I have a view with jQuery tabs (as
I am quite new to Marklogic and xquery in general. We have a collection
Quite new to this but i have created a SQL script that groups by

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.