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 8851185
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T13:05:30+00:00 2026-06-14T13:05:30+00:00

I am using OpenLayers GWT. I want to put an GeoJSON shape on top

  • 0

I am using OpenLayers GWT. I want to put an GeoJSON shape on top of a Google Maps layer. I have done as follows:

String gson = "{here I put a valid GeoJSON string}";
GeoJSON geoJSON = new GeoJSON();
VectorFeature[] vf = geoJSON.read(gson);
myShapeLayer.addFeature(vf[0]);

The shape is showing on the map, but not a the right position. I think I have to transform the Vector to EPSG:900913 but I don’t know how to do that with the VectorFeature. There is no transform function to use.
How can I apply the transformation to a GWT VectorFeature?

This question is not getting responses. I would like to explain better what I want to know:

In javascript Openlayers you can do:

var projWGS84 = new OpenLayers.Projection("EPSG:4326");
var proj900913 = new OpenLayers.Projection("EPSG:900913");

feature.geometry.transform(projWGS84, proj900913);

How can I do the same in the GWT version of OpenLayers?

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-06-14T13:05:32+00:00Added an answer on June 14, 2026 at 1:05 pm

    OpenLayers-GWT is missing the GeoJSON constructor that will take an options parameter, this has to be added in the OpenLayers-GWT source. In the mean time this has been added to the KML Vector class. So now you can do like this:

    String kmlString = "{<string with KML>}";
    FormatOptions formatOptions = new FormatOptions();
    formatOptions.setInternalProjection(new Projection("EPSG:900913"));
    formatOptions.setExternalProjection(new Projection("EPSG:4326"));
    KML kml = new KML(formatOptions);
    
    VectorFeature[] vf = KML.read(kmlString);
    myShapeLayer.addFeature(vf[0]);
    

    In the same way it should be added to the GeoJSON class to make the tranformation work.

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

Sidebar

Related Questions

How can I use Google Adsense inside OpenLayers using a google maps layer? Code
I am very new to OpenLayers, been using Google Maps for awhile but want
I'm using openlayers to display maps. I can display a Bing Road map layer,
I'm using OpenLayers to display a map of the same projection as Google Maps,
I have an application with a map-client using OpenLayers . I want to use
I'm using Openlayers and google satellite as base layer. From a certain zoom level,
I'm using GWT-OpenLayers in my project and i have problems with converting coordinates. I
I'm using OpenLayers to display OpenStreetMap maps. (Though, I'd assume this should be general
i'm using openlayers and geoExt. what i have is this: var options = {
I am using Openlayers to my application. i have succeeded in showing marker when

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.