# Working with non "SphericalMercator" projection tile services

**URL:** https://mapwindow.discourse.group/t/working-with-non-sphericalmercator-projection-tile-services/1343
**Category:** MapWinGIS
**Created:** [May 19, 2022, 12:17pm UTC](https://mapwindow.discourse.group/t/working-with-non-sphericalmercator-projection-tile-services/1343 "2022-05-19T12:17:09Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![robhoney](https://avatars.discourse-cdn.com/v4/letter/r/ba8739/32.png) [@robhoney](https://mapwindow.discourse.group/u/robhoney)
#### Post date: [May 19, 2022, 12:17pm UTC](https://mapwindow.discourse.group/t/working-with-non-sphericalmercator-projection-tile-services/1343/1 "2022-05-19T12:17:09Z")

</div>

Hi,

I have a non “SphericalMercator” projection tile service I’d like to use (UK National grid EPSG:27700), but I can’t use it because when adding a provider (TileProviders.Add) you can only specify one of the two enums which equate to spherical mercator or Amersfoort.

Is there a work around for this? I’m just guessing, but if you can handle “Amersfoort” I would have thought you could quite easily handle another projection type?

Regards,

Rob H

---

<div class="post-metadata">

### Author: ![jerryfaust](https://yyz2.discourse-cdn.com/free1/user_avatar/mapwindow.discourse.group/jerryfaust/32/378_2.png) [@jerryfaust](https://mapwindow.discourse.group/u/jerryfaust)
#### Post date: [May 23, 2022, 5:44am UTC](https://mapwindow.discourse.group/t/working-with-non-sphericalmercator-projection-tile-services/1343/2 "2022-05-23T05:44:37Z")

</div>

Hello @robhoney

It looks to me like the solution is for someone to add that projection to the code. I’m guessing that the only reason Amersfoort has been added to the list is because someone needed and coded it.

Looking at the code, it looks like it’s not very difficult to add support for other projections. I don’t 'know if that’s something you would want to consider…

Regards,  
Jerry.

---

<div class="post-metadata">

### Author: ![robhoney](https://avatars.discourse-cdn.com/v4/letter/r/ba8739/32.png) [@robhoney](https://mapwindow.discourse.group/u/robhoney)
#### Post date: [May 26, 2022, 12:42pm UTC](https://mapwindow.discourse.group/t/working-with-non-sphericalmercator-projection-tile-services/1343/3 "2022-05-26T12:42:38Z")

</div>

Hi @jerryfaust, thanks for the reply.

I can take a look, and this does look relatively simple, but my C++ experience is all fairly basic, non-visual stuff.

Regards,

Rob H
