[mapguide-users] Return to home page task button fails in mapguide 2.1(JAVA API)

2011-07-08 Thread girish kumar bv
Hi,

"Return to home page task button fails in mapguide2011. In my case the URL for 
home task is:
http://localhost:9880/..

The button is not working even if i change

 String taskPaneUrl = URLEncoder.encode(taskPane.GetInitialTaskUrl(), 
"UTF-8");
to
    String taskPaneUrl =taskPane.GetInitialTaskUrl();

in mainframe.jsp. It is displaying a blank page.

regards,
girish
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] mapguide 2.1 dynamic overlay problem

2011-07-08 Thread girish kumar bv
Hi,
I am creating a xml marker layer to be overlayed on the existing map
layer on search, initially before search map coordinates are X:
301620.238896, Y: 2343288.901354 (DEGREE) however the coordinates change
to X: NaN, Y: NaN (DEGREE) and does not display the xml layer on
existing map after search. Can anyone suggest a solution for the above
problem.

However, even when i try to make an selection on the layer programmatically, 
then also i face the same problem

projection of shapefiles used are : UTM - wgs84

xml marker projection -

 String
UTMWkt="PROJCS[\"WGS_1984_UTM_Zone_43N\",GEOGCS[\"GCS_WGS_1984\",DATUM[\"D_WGS_1984\",SPHEROID[\"WGS_1984\",6378137.0,298.257223563]],PRIMEM[\"Greenwich\",0.0],UNIT[\"Degree\",0.0174532925199433]],PROJECTION[\"Transverse_Mercator\"],PARAMETER[\"False_Easting\",50.0],PARAMETER[\"False_Northing\",0.0],PARAMETER[\"Central_Meridian\",75.0],PARAMETER[\"Scale_Factor\",0.9996],PARAMETER[\"Latitude_Of_Origin\",0.0],UNIT[\"Meter\",1.0]]";
I am attaching the url from which the application can be accessed

http://118.102.160.131/mapguide2011/nmc/ajaxtiledviewersample.jsp?DomainName=nmc
regards,
girish
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] re:Return to home page task button fails in mapguide 2.1(JAVA API)

2011-07-06 Thread girish kumar bv
Hi,

"Return to home page task button fails in mapguide2011. In my case the URL for 
home task is: 
http://localhost:9880/..

The button is not working even if i change 

  String taskPaneUrl = URLEncoder.encode(taskPane.GetInitialTaskUrl(), "UTF-8");
to
 String taskPaneUrl =taskPane.GetInitialTaskUrl();

in mainframe.jsp. It is displaying a blank page.

regards,
girish
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] re: mapguide 2.1 dynamic overlay problem

2011-07-06 Thread girish kumar bv
Hi,
I am creating a xml marker layer to be overlayed on the existing map 
layer on search, initially before search map coordinates are X: 
301620.238896, Y: 2343288.901354 (DEGREE) however the coordinates change
 to X: NaN, Y: NaN (DEGREE) and does not display the xml layer on 
existing map after search. Can anyone suggest a solution for the above 
problem.

However, even when i try to make an selection on the layer programmatically, 
then also i face the same problem

projection of shapefiles used are : UTM - wgs84

xml marker projection - 

  String 
UTMWkt="PROJCS[\"WGS_1984_UTM_Zone_43N\",GEOGCS[\"GCS_WGS_1984\",DATUM[\"D_WGS_1984\",SPHEROID[\"WGS_1984\",6378137.0,298.257223563]],PRIMEM[\"Greenwich\",0.0],UNIT[\"Degree\",0.0174532925199433]],PROJECTION[\"Transverse_Mercator\"],PARAMETER[\"False_Easting\",50.0],PARAMETER[\"False_Northing\",0.0],PARAMETER[\"Central_Meridian\",75.0],PARAMETER[\"Scale_Factor\",0.9996],PARAMETER[\"Latitude_Of_Origin\",0.0],UNIT[\"Meter\",1.0]]";
I am attaching the url from which the application can be accessed

http://118.102.160.131/mapguide2011/nmc/ajaxtiledviewersample.jsp?DomainName=nmc
regards,
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] re: marker projection problem

2011-06-15 Thread girish kumar bv
Hi all,

i am using mapguide 2.1 (java api) for development



I am creating a xml marker layer to be overlayed on the existing map
layer on search, initially before search map coordinates are X:
301620.238896, Y: 2343288.901354 (DEGREE) however the coordinates change
to X: NaN, Y: NaN (DEGREE) and does not display on existing map after
search. Can anyone suggest a solution for the above problem.

Layer Cordinate system
WGS_1984_UTM_Zone_43NPROJCS["WGS_1984_UTM_Zone_43N",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",75],PARAMETER["scale_factor",0.9996],PARAMETER["false_easting",50],PARAMETER["false_northing",0],UNIT["Meter",1]]
Map Coordinate System
PROJCS["WGS_1984_UTM_Zone_43N",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",75],PARAMETER["scale_factor",0.9996],PARAMETER["false_easting",50],PARAMETER["false_northing",0],UNIT["Meter",1]]

regards,
girish

 ___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] re: marker layer projection

2011-06-15 Thread girish kumar bv
Hi all,

i am using mapguide 2.1 (java api) for development



I am creating a xml marker layer to be overlayed on the existing map 
layer on search, initially before search map coordinates are X: 
301620.238896, Y: 2343288.901354 (DEGREE) however the coordinates change
 to X: NaN, Y: NaN (DEGREE) and does not display on existing map after 
search. Can anyone suggest a solution for the above problem.

Layer Cordinate system
WGS_1984_UTM_Zone_43NPROJCS["WGS_1984_UTM_Zone_43N",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",75],PARAMETER["scale_factor",0.9996],PARAMETER["false_easting",50],PARAMETER["false_northing",0],UNIT["Meter",1]]
Map Coordinate System 
PROJCS["WGS_1984_UTM_Zone_43N",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",75],PARAMETER["scale_factor",0.9996],PARAMETER["false_easting",50],PARAMETER["false_northing",0],UNIT["Meter",1]]

regards,
girish
 ___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] re: mapguide wms on google maps

2009-09-25 Thread girish kumar bv
I am trying to overlay mapguide wms layer on google maps,to some extent i am 
succesful but multiple tiles are getting displayed on google maps rather than 
one of the layer to be displayed(image attached).any help is appreciated. here 
is my code





Google/MapServer Tile Example





function load() {
  if (GBrowserIsCompatible()) {
var urlTemplate = 'http://localhost/mapguide/mapagent/mapagent.fcgi?';
urlTemplate += 'REQUEST=GetMap';
urlTemplate += '&SERVICE=WMS';
urlTemplate += '&LAYERS=MetDist/Layers/india_border';
urlTemplate += '&FORMAT=image/png';
urlTemplate += '&BGCOLOR=0xFF';
 urlTemplate += '&TRANSPARENT=TRUE';
  urlTemplate += '&SRS=EPSG:4326';
   urlTemplate += 
'&BBOX=68.106064,6.760338,97.415349,37.073669';
urlTemplate += '&WIDTH=596';
 urlTemplate += '&HEIGHT=517';

 
var myLayer = new GTileLayer(null,0,18,{
 tileUrlTemplate:urlTemplate,
 isPng:true,
 opacity:0.8
 });
  
var map = new GMap2(document.getElementById("map"));
map.addControl(new GLargeMapControl());
map.addControl(new GMapTypeControl());
map.setCenter(new GLatLng(23.00,80.00), 4);
map.addOverlay(new GTileLayerOverlay(myLayer));
  }
}




  









































___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] re: generating thematic layer programmatically

2009-07-13 Thread girish kumar bv
Hi all,how to create thematic layer programmatically in mapguide. My 
requirement is to generate an thematic layer for a given layer in map and 
convert the thematic layer in to kml file. Any help is 
appreciated.regards,girish
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] re: connecting mapguide studio to oracle

2009-07-10 Thread girish kumar bv
Hi all,can anyone help me out with a procedure/steps to connect mapguide studio 
with oracle 10g. I intend to link spatial data in studio with non spatial data 
in oracle.regards,girish
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] re: accessing oracle from mapguide studio

2009-07-09 Thread girish kumar bv
hi all,can i connect tto oracle (10g) database from mapguide studio 2009. I am 
using FDO provider present in studio for oracle to connect. Its showing 
connection successful but am not able to see tables from oracle database. I 
would like to connect shapefile in studio with non spatial data in oracle. any 
help is appreciated.regards,girish
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] re: google mapintegration with mapguide

2009-06-09 Thread girish kumar bv
Hi all,i am able to bring google map as a base layer into  mapguide using 
fusion, map is showing up in the legend list but it is not appearing on google 
maps or overview map, however google map is zooming to the required area of 
interest. Can anyone tell me the solution for this. Any help is 
appreciatedregards,girish
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] re: Google maps integration with mapguide

2009-06-08 Thread girish kumar bv
Hi all,Has anyone been successful in integration mapguide with google maps. Plz 
provide neeceesary procedure/code for successful overlay of mapguide on google 
maps. Any help is appreciated
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] re; mapguide studio

2009-05-26 Thread girish kumar bv
Hi all,Is it possible to generate kml from mapguide studio for the themed layer 
(color classified layer)regards,girish
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] re: kml generation

2009-05-26 Thread girish kumar bv
Hi all,Can anyone provide me javacode to generate kml for polygons in 
mapguide.Any help is appreciated.regards,girish
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] re: projection

2009-05-19 Thread girish kumar bv
Hi all,i am using projected coordinate system in my new map how to change the 
below code to accomodate this. Instead of ll84 i am using wgs84 and 
UTM<%--  -This file contains methods to create a temporary feature 
source and a temporary layer.  --%><%@ page contentType="text/html; 
charset=UTF-8" %><%@ page import="org.osgeo.mapguide.*" %><%@ page 
import="java.util.*" %><%@ page import="java.io.*" %><%@ page 
import="javax.xml.parsers.*" %><%@ page import="javax.xml.transform.*" 
%><%@ page import="javax.xml.transform.dom.*" %><%@ page 
import="javax.xml.transform.stream.*" %><%@ page import="org.w3c.dom.*" 
%><%!// Create a temporary Feature Source to store the parcel marker 
locations.void CreatePropertyMarkerFeatureSource(MgFeatureService 
featureService, MgResourceIdentifier parcelMarkerDataResId) throws 
MgException{    String ll84Wkt = 
"GEOGCS[\"LL84\",DATUM[\"WGS_1984\",SPHEROID[\"WGS 84\",6
 
378137,298.25722293287],TOWGS84[0,0,0,0,0,0,0]],PRIMEM[\"Greenwich\",0],UNIT[\"Degrees\",1]]";   
 MgClassDefinition propertyMarkerClass = new 
MgClassDefinition();    
propertyMarkerClass.SetName("PropertyMarker");    
MgPropertyDefinitionCollection properties = 
propertyMarkerClass.GetProperties();    MgDataPropertyDefinition 
idProperty = new MgDataPropertyDefinition("ID");    
idProperty.SetDataType(MgPropertyType.Int32);    
idProperty.SetReadOnly(true);    
idProperty.SetNullable(false);    
idProperty.SetAutoGeneration(true);    
properties.Add(idProperty);    MgDataPropertyDefinition 
PropIdProperty = new MgDataPropertyDefinition("PROPERTY_ID");    
PropIdProperty.SetDataType(MgPropertyType.String);    
PropIdProperty.SetLength(512);    
properties.Add(PropIdProperty);    &nb
 sp;   MgDataPropertyDefinition ImageProperty = new 
MgDataPropertyDefinition("IMAGE");    
ImageProperty.SetDataType(MgPropertyType.String);    
ImageProperty.SetLength(512);    
properties.Add(ImageProperty);       
MgGeometricPropertyDefinition locationProperty = new 
MgGeometricPropertyDefinition("Location");    
locationProperty.SetGeometryTypes(MgGeometryType.Polygon);    
locationProperty.SetHasElevation(false);    
locationProperty.SetHasMeasure(false);    
locationProperty.SetReadOnly(false);    
locationProperty.SetSpatialContextAssociation("LL84");    
properties.Add(locationProperty);        
    MgDataPropertyDefinition OwnerNameProperty = new 
MgDataPropertyDefinition("OWNER_NAME");    
OwnerNameProperty.SetDataType(MgPropertyType.String);  
   OwnerNameProperty.SetLength(512);    
properties.Add(OwnerNameProperty);        
MgPropertyDefinitionCollection idProperties = 
propertyMarkerClass.GetIdentityProperties();    
idProperties.Add(idProperty);    
propertyMarkerClass.SetDefaultGeometryPropertyName("Location");   
 MgFeatureSchema propertyMarkerSchema = new 
MgFeatureSchema();    
propertyMarkerSchema.SetName("PropertyMarkerSchema");    
propertyMarkerSchema.GetClasses().Add(propertyMarkerClass);    
MgCreateSdfParams sdfParams = new MgCreateSdfParams("LL84", ll84Wkt, 
propertyMarkerSchema);    
featureService.CreateFeatureSource(parcelMarkerDataResId, sdfParams);}// Create 
a temporary Layer to display the parcel markers.MgLayer 
CreatePropertyMarkerLayer(MgResourceService resourceService, 
MgResourceIdentifier parcelMarkerDataResId, String sessionId) throws 
MgException, 
 Exception{    // Load the ParcelMarker layer definition 
template into    // a JSP DOM object, find the "ResourceId" 
element, and    // modify it's content to reference the 
temporary    // feature source.    
    DocumentBuilderFactory factory = 
DocumentBuilderFactory.newInstance();    DocumentBuilder builder 
= factory.newDocumentBuilder();    Document document = 
builder.parse(new File(getServletContext().getRealPath("/") + "xyz"  + 
File.separator + "propertymarker.xml"));    NodeList nodes = 
document.getElementsByTagName("ResourceId");    Node resNode = 
nodes.item(0);    Node resContent = 
document.createTextNode(parcelMarkerDataResId.ToString());    
resNode.appendChild(resContent);    // write the modified layer 
XML definition into a byte stream    //  &n
 bsp; TransformerFactory tFactory = 
TransformerFactory.newInstance();    Transformer transformer = 
tFactory.newTransformer();    ByteArrayOutputStream bos = new 
ByteArrayOutputStream();    DOMSource source = new 
DOMSource(document);    StreamResult result = new 
StreamResult(bos);    transformer.transform(source, 
result);    // Save the updated layer definition to the session 
repository using the    // ResourceService 
object.    byte[] layerDefinition = 
bos.toByteArray();    MgByteSource byteSource = new 
MgByteSource(layerDefinition, layerDefinition.length);    
byteSource.SetMimeType(MgMimeType.Xml);    MgResourceIdentifier 
tempLayerResId = new MgResourceIdentifier("Session:" + sessionId + 
"//PropertyMarker.LayerDefinition");    
resourceService.SetResource(tempLayerResId, byteSource.GetReader(), null
 );    // Create an MgLayer object based on the new layer 
defin

[mapguide-users] re: mapguide and google maps integration

2009-04-23 Thread girish kumar bv
Hi all,Has anyone been successful in integrating mapguide with google maps.What 
is the difference in mapguide zoom levels and google zoom levelsHow do u 
overlay mapguide tiles over google mapsregards,girish
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] re; mapguide tile numbering

2009-04-23 Thread girish kumar bv
Hi all,i have generated tiles in mapguide, now how do we overlay these tiles on 
google map.Plz provide neccesary steps/procedure for overlaying mapguide tiles 
on google maps.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] mapguide tile

2009-04-22 Thread girish kumar bv
Hi all,I have generated tiles from mapguide mastero for a given region now 
intend to overlay these tiles on google maps, how do i match the tiles of 
mapguide with tiles of google maps.Does mapguide mastero have mercator 
projection so that i can assign it to my map   which is the projection 
used in google maps.Plz provide neccessary steps/procedure
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] re: mapguide tile numbering

2009-04-21 Thread girish kumar bv
Hi,Mapguide does a numbering for its tiles generated, is this numbering system 
similiar to google maps tile numberingIn my apps i am using LL84 as my 
projection. I now intend to overlay these tiles over google maps, is this 
possible.regards,girish
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] re; mapguide and google map scales

2009-04-21 Thread girish kumar bv
Hi,can anyone relate mapguide scales with google maps.in my apps i intend to 
overlay mapguide tiles over google maps using python. Is it possible for me to 
overlay tiles with the scale range i have in mapguideregards,girish
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] re: mapguide tile generation

2009-04-21 Thread girish kumar bv
Hi,Is there a means  to generate tiles from the authored map in mapguide 
studio.In my apps i would want to generate tiles for the themed layer in 
mapguide studioAny help is appreciated.regards,girish
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] re; Google and mapguide scales

2009-04-19 Thread girish kumar bv
Hi,Can anyone help me out in relating mapguide scales with those of google maps 
scale. Is it possible to generate tiles automatically for all scale ranges in 
mapguide studio, in our apps we are suppose to generate tiles from the 
composed  thematic map .Is there an apps to generate tiles from thematic 
layer of mapguide studio corresponding to google map scales.Any help is 
appreciated.regards,girish
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] re: flexible web layouts

2009-04-19 Thread girish kumar bv
Hi,Can anyone provide neccessary steps/procedure to integrate google maps with 
mapguide using flexible web layout. I tried through Application definition.xml 
but with no successThere is an example on 
http://enterprise.mapguide.com/landing/index.phpAny help is 
appreciatedregards,girish
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] re: mapguide fusion

2009-04-15 Thread girish kumar bv
Hi all,How to include google maps inside flexible web layout, plz provide 
neccessary procedure and codeAny help is appreciatedregards,girish
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] re; mapguide fusion

2009-04-14 Thread girish kumar bv
Hi,I am using Mapguide 2.0.2., created a flexible web layout in fusion.1.  
How do u display google maps in flexible web layout created2.  How do u 
overlay the mapguide map over google maps in fusion(flexible web 
layout)3.  Can we use java for server side coding in 
fusion4.    in our application we use to make a selection of 
districts on the map by querying  sing selection.xml, but this operation 
seems to not work in fusion but this works in mapguide 20085.  In Mapguide 
1.2 it was possible to generate a temporary themed 
layer 
  using marker.xml, but this operation seems to not work in fusion6.  
I have my code written in java for querying, however this seems not to work in 
fusion, does fusion support java7.  Using the basic web layout also in 
Mapguide studio 2010 i am not able to make a selection on the map or create a 
marke
 r layer using marker.xmlAny help is appreciated, for the above mentioned 
problems.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] re: integration of google maps in mapguide fusion

2009-04-13 Thread girish kumar bv
Hi all,Has anyone tried bringing in google maps inside mapguide fusion. Plz 
provide necessary procedure and code to do itregards,girish
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] re: fusion

2009-04-13 Thread girish kumar bv
Hi all,i am having problems in using parcel marker.xml in fusion, does fusion 
support this I intend to create a temporary themed  layer on top of the 
existing map in fusionany help is appreciatedregards,girish
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] re: setselection

2009-04-13 Thread girish kumar bv
hi all,when  i make a selection on a map by usingMgSelection mapSelection 
= new 
MgSelection(map);mapSelection.AddFeatures(propertyMarkerLayer,featureReader,0);SelXML
 = mapSelection.ToXml(); the server gets stuck without any response .plz could 
anyone suggest a solution
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] re; Mapguide Studio 2010

2009-04-13 Thread girish kumar bv
Hi all,I have installed mapguide studio 2010 on my m/c and mapguide enterprise 
2010, but i am unable to login into mapguide studio 2010it throws an error - 
Unable to connect to the specified site url.Any help is appreciated.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] re ; mapguide integration with google maps

2009-04-09 Thread girish kumar bv
 Hi all,I have created a marker layer(polygon layer)  from an 
xml  and overlayed the layer on my map in mapguide , now i need  to 
overlay the marker layer on google maps is this operation possible.Or is it 
possible to convert marker layer into  tiles  and overlay on google 
maps. Is there any in map open layers implementation to do the above mentioned 
functionality in mapguide ?Can include google maps into mapguide frame on load 
and then add my map on it ?Any help is appreciated.
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] re: mapguide integration with google maps

2009-04-03 Thread girish kumar bv
Hi all,Has anyone tried mapguide integration with google maps. If yes please 
provide code with neccesary steps to do it.regards,girish
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] re: mapguide integration with google maps

2009-03-24 Thread girish kumar bv
Hi all,is there api for mapguide integration with google maps.Any help is 
appreciated.regards,girish
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] re shapefiles

2008-11-25 Thread girish kumar bv
Hi all,Is it possible to add/delete values from shapefile fields, if yes can 
anyone help out.Any help is appreciated.regards,girish
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] re: mge 2009

2008-10-22 Thread girish kumar bv
  
Hi all,

has anyone faced problems with mge 2009 while generating pushpins.

i am getting a error in tomcat and pushpins don't get generated.

any help is appriciated.

regards,
girish
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] re: mgos on windows vista

2008-09-24 Thread girish kumar bv
Hi all,i am expriencing problems on installation of mgos on vista. any help is 
appreciated.regards,girish
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] re:Editinginmge2008

2008-09-12 Thread girish kumar bv
Hi all,Is it possible to edit shapefiles in mge2008 .i intend to spilt 
polysons/create new polygons/draw lines/or delete polygons.If anyone has tried 
earlier their help is appriciated.thanks and regards,girish
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] mge2008 and ff3

2008-09-08 Thread girish kumar bv

Hi all,
MGE2008 has an issue with scale and zoom, when using zoomtoview from
taskframe it doesn't zoom the map to desired scale. even when it zooms the
map doesn't refresh and pushpins don't get created.This happens with
firefox 2.0,3.0 and ie, is there any problem with scale and zoom in
mge2008I was not able to open maps in google chrome using mge2008Has
anyone faced a similiar problem, plz provide a solution.regards,
girish
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] re: mge2008

2008-09-04 Thread girish kumar bv
Hi all,
MGE2008 has an issue with scale and zoom, when using zoomtoview from
taskframe it doesn't zoom the map to desired scale. even when it zooms the
map doesn't refresh and pushpins don't get created.This happens with firefox 
2.0,3.0 and ie, is there any problem with scale and zoom in mge2008I was not 
able to open maps in google chrome using mge2008Has anyone faced  a similiar 
problem, plz provide a solution. 
regards, 
girish
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] re: mge2008 issue with scale

2008-09-01 Thread girish kumar bv
Hi all,MGE2008 has an issue with scale and zoom, when using zoomtoview from 
taskframe it doesn't zoom the map to desired scale. even when it zooms the map 
doesn't refresh.Has anyone faced  a similiar problem, plz provide a 
solution.regards,girish
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] re:scaleinmge2008

2008-08-30 Thread girish kumar bv
Hi all,I have installed mge2008, when on search i am intending the map to zoom 
to a particular scale, but the scale does not work and remains at the initial 
scale value.Some times the map zooms to a particular scale but the map doesn't 
refresh.thanks and regards,girish
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] re: pushpins in mge 2008

2008-08-29 Thread girish kumar bv
Hi,i am using mge 2008, i am facing a problem when pushpins are 
generated.mapframe.zoomtoview does not zoom the map to desired zoom, it 
collapses to the initial zoom which makes the pushpin to shift from actual map 
position.plz help .regards,girish
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] re: pushpins in MGE 2008

2008-08-29 Thread girish kumar bv
Hi all,Pushpins are created but they don't locate  properly on map in 
MGE2008, and the map also does not zoom to the required zoom when a search is 
made.can anyone help in this respect.regards,girish
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] re: mapguide with jboss

2008-08-20 Thread girish kumar bv
Hi all,can mapguide be configured to run with jboss.If there is an java api plz 
let know how it can be done in mapguide.regards.girish
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] Mapguide with jboss

2008-08-19 Thread girish kumar bv
Hi all,can mapguide be configured to run with jboss.plz reply.regards,girish
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] (no subject)

2008-07-08 Thread girish kumar bv
hi all,Can anyone tell me if any fix is available to run mapguide 1.0 
applications on firefox 3.0regards,girish
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users