Changes between Version 39 and Version 40 of MapGuideRfc119


Ignore:
Timestamp:
Aug 2, 2011, 7:40:18 PM (13 years ago)
Author:
samwang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc119

    v39 v40  
    3939
    4040So when new shcema containing these information is applied(as proposed below), a sample of part of the XML should something look like:
     41
     42{{{
    4143<UrlData>
    4244 <Content>Concat('map.google.com/location=', ADDRESS)</Content>
     
    4547 <DescriptionOverride>DESCRIPTION</DescriptionOverride>
    4648</UrlData>
     49}}}
     50
    4751
    4852Normally, if a feature does not individually override its layer's setting. Then the URL and description of this feature of should be the evaluated value of the FDO expression specified. That is to say, if the ADDRESS property value of this feature is "627 5th Avenue", then the URL of this feature is "map.google.com/location=627 5th Avenue" and respectively description of this feature is "'Feature at location: 627 5th Avenue". Otherwise if user want to use a different URL, he can override this value and store it in URL property and if he wants to use a different URL description, he can store it in DESCRIPTION property.